Is this code right for changing font dimension?
-
Hi, I am not an expert so I ask you this question.
I need to increase font-size in bbpress forum in my wordpress site. I installed the plugin Simple Custom Css and add this code
#bbpress-forums .bbp-topic-content, #bbpress-forums .bbp-reply-content { font-size: 14px; }
Nothing happened. Then I changed adding a line
#bbpress-forums .bbp-topic-content, #bbpress-forums .bbp-reply-content { display: list-item !important; font-size: 14px; }
Now it works, in the Staging Copy of the site. Can you confirm this is a correct code? Or this code can generate any unexpected issue somewhere?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.