Change Forum and Topic font size with out changing Freshness font size
-
WP version: 4.0
BBpress version Brand new install. 2.0 I think?
Link to site: http://www.sofakingnews.com/forums/I would to be able to increase the font size of Forums and Topics without increasing the size of Freshness (and possibly Posts and Voices)
The custom css I’m using to increase Forums and Topics is:
#bbpress-forums ul.bbp-forums {
color: #FFFF;
font-size: 16px;
}#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
font-size: 16px;
}This is in a child theme under style.css
Also, it seems these people were able to achieve this:
Any help is appreciated, thank you.
- You must be logged in to reply to this topic.