Forum’s Description Font Size Issue
-
Hello, So I changed the forums topic size. For my forum, but somehow the titles of the threads and the forum names were enlarged but the description of each forum is still small (12px.) I wanted to know, did anybody know how I can change the forums topic description font size as well with the code below? What would I put to change the description size along with the title font size. Thanks. 🙂
#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #fff;
font-size: 18px;
}#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: #fbfbfb;
font-size: 18px;
}
- You must be logged in to reply to this topic.