BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › How to….
- This topic has 9 replies, 2 contibutors, and was last updated 9 years, 10 months ago by Alyssa.
Question
January 7, 2015 at 4:40 pm #34472@hoopshi TJ!
can you help me on how to do the following…
1. increase the size of the avatar in bbpress forum posts
2. increase the default size of font in bbpress forum
3. decrease the paragraph spacing in blog poststhanks in advance!
Answers
January 7, 2015 at 10:09 pm #34480@alyssa-buddyboss
AlyssaParticipant@hoops
1) Not possible. Tried to help someone in the past. You could try bbPress support.
2) Try adding this to custom.css
body.bbpress .entry-content p{font-size:110%;}
3) add to custom.css:
body.single-post .entry-content p{margin: 0 0 12px;}
January 8, 2015 at 7:26 am #34491@hoopsthanks TJ!
with regards to the avatar, saw this somewhere, added it to custom.css
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content{
margin-left: 180px !1important;
}#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author{
width: 165px !important;
}#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar{
width: 150px !important;
height: 150px !important;
}it adjusted only the height but retained the width…
January 8, 2015 at 10:19 am #34498@alyssa-buddyboss
AlyssaParticipant@hoops the problem with the avatar is the low resolution so even if you could increase the width an height it would be pixelated. But I’m not going to be able to help here, bbPress will need to support this issue.
January 10, 2015 at 7:57 am #34573@hoopsokay, thanks TJ!
follow up question – is it possible to show bbpress to guests but hide buddypress pages?
January 10, 2015 at 9:28 am #34578@alyssa-buddyboss
AlyssaParticipant@hoops can you give me some examples of pages you wish to “hide”? Do you wish to hide them or completely remove them from your site?
January 10, 2015 at 10:47 am #34586@hoopshide buddypress pages – activity, members to users that are not logged-in
show bbpress/forum to all users
January 10, 2015 at 11:34 am #34590@alyssa-buddyboss
AlyssaParticipant@hoops I suggest you try using the free plugin s2member to do this.
January 11, 2015 at 8:20 pm #34648@hoopsthanks TJ!
January 12, 2015 at 9:12 am #34668@alyssa-buddyboss
AlyssaParticipantNot a problem 🙂
- The question ‘How to….’ is closed to new replies.