Change font size fro forum posts/replies
-
I have a new forum, for recorder players. Older folk mostly, feedback indicates a larger font is needed.
I’m running WP 4.0.1, bbPress 2.5.4, and BuddyPress 2.1.1. Everythig is working nicely, the forum is at http://recorderforum.com/forum/ I’m using the mysitemyway Elegance theme
Looking at a previous bbPress forum post, I was able to increase Forum and Topic font size with the following CSS
#bbpress-forums a.bbp-forum-title,
#bbpress-forums a.bbp-topic-permalink {
font-size: 16px;
}Using the same method, I’d like to increase the font size for
– Forum posts/replies
– BreadcrumbsAny pointers gratefully received.
- You must be logged in to reply to this topic.