Home › Forums › All Other Themes › The Art: BBPress Font Size
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by Sonl Sinha.
-
AuthorPosts
-
August 29, 2019 at 4:49 pm #129710
I’m using The Art theme. Kindly let me know how to increase the text size of BBPress (for the Forum List and text of posted topics).
See here as an example:
https://drive.google.com/file/d/1dr1DSVqLtmknWFLmutHN66FjSOApo-JR/view?usp=sharing
http://badassgrandmas.org/forums/
August 30, 2019 at 5:09 am #129729Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.bp-nouveau div.bbp-breadcrumb, .bp-nouveau #bbpress-forums ul.bbp-forums { font-size:15px !important;}
Regards,
BradAugust 30, 2019 at 2:00 pm #129837The code you provided works perfect for the Forum list. However, it didn’t increase the size of the Topic list or the font inside of the topics. See below:
TOPIC LIST
https://drive.google.com/file/d/1hgo2aH98v7FAj8inzSkuKveLU6IrVMUN/view?usp=sharinghttps://badassgrandmas.org/forums/forum/general-news-discussions-etc/
POST CONTENT
https://drive.google.com/file/d/1T79jyg9GeatnBn81_qRTEnWmZRnUlue-/view?usp=sharinghttps://badassgrandmas.org/forums/topic/test-topic/
September 2, 2019 at 5:15 am #129886Hi,
Kindly use this css
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta { font-size:14px !important;}
Regards,
BradSeptember 3, 2019 at 12:27 am #129993Thank you!
September 3, 2019 at 5:18 am #130000🙂
-
AuthorPosts
- You must be logged in to reply to this topic.