Hi support,
How can I change the font size of:
wpforo-forum-description
wpforo-last-post-title
wpforo-last-post-info
itemListElement
wpforo-forum-stat
wpforo-topic-start-info
... and mayby other too.
I am trying to use font size 20 px on all of my site: https://seo-klubben.dk/forum/
I am using the latest version of WPForo.
An dI have just bought the syntax-plugin 🙂
Thanks 🙂
OKEIwebbureau
Hello,
One of the quickest way is to use your explorer "inspect option" to see the css applied to what you are looking for. Make some test by changing values. Then insert in your wp settings the css attribute with the tested values.
All the best,
Duvy
Try this is the customs CSS sections mate:
font-size: 20px;
Thanks to the both of you 🙂