BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › font size
- This topic has 4 replies, 4 contibutors, and was last updated 8 years, 8 months ago by Anve S..
Question
January 28, 2016 at 2:14 pm #57461@thisisfaiziyahoo-comHi I would like to increase the body font everywhere – pages, posts, comments, activities, groups, profile. I would like to increase it in both desktop as well as mobile.
I tried changing the body font size the boss theme GUI; and also I have tried to edit the css files in CSS folder Boss theme, but I don’t seem to be having much effect. been trying for a long time so I will appreciate your help!
thank you!
Answers
January 29, 2016 at 2:12 pm #57574@thisisfaiziyahoo-comHi This one is important… could you please advise?
thank you!
January 30, 2016 at 3:05 am #57598@
AnonymousHi @thisisfaiziyahoo-com, Add these codes in your Boss theme’s custom css option:
.entry-content p, .mu_register p { font-size: 16px; } #buddypress .activity-list li .activity-content { font-size: 16px !important; } body.left-menu-open #nav-menu>ul>li>a, body.left-menu-open .menu-panel .menupop>a { font-size: 16px !important; } .bbp-forum-details .bbp-forum-data .last-activity, .bbp-topic-details .bbp-forum-data .last-activity { font-size: 16px !important; } #bbpress-forums fieldset.bbp-form label { font-size: 16px !important; } #buddypress table tr td.label { font-size: 16px !important; } a { font-size: 16px !important; } .group-single #buddypress #item-header-cover #item-actions h3, .left-menu-open .group-single #buddypress #item-header-cover #item-actions h3, .comments-area article header cite a, #groups-stream li .item-desc p, #groups-list li .item-desc p, .directory.groups #item-statistics .numbers span p, .entry-title a, .entry-title, .widget_buddyboss_recent_post h3 a, h1, h2, h3, h4, h5, h6 { font-size: 16px !important; } #buddypress form#whats-new-form p.activity-greeting { font-size: 16px !important; }
Regards
March 18, 2016 at 10:23 pm #63949@crowdsparksI also having problem with font. When I go to blog page my main menu becomes bold font, when I go to other pages it goes back to normal.
March 21, 2016 at 2:06 am #64196@anveHi @crowdsparks,
Try adding following css in custom css option of child theme.
.blog { font-family: inherit!important; }
Regards
Anve
- The question ‘font size’ is closed to new replies.