Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I use the widget on the home page
How can I change the font of the title to roboto and change font in bold?
Hi footbik,
Please use the following CSS code:
.wpforo-widget-content .wpforo-list-item p.posttitle a {
font-family: roboto !important;
font-weight: bold;
}
Put it in Dashboard > Forums > Settings > Styles admin page, in "Custom CSS Code" textarea. Save it delete all caches, do CTRL+f5 on the frontend.
did, but it did not help
As you set wpForo widgets on the home page the CSS style that you add in Dashboard > Forums > Settings > Styles admin page, in "Custom CSS Code" textarea has no effect on the home page styles.
You need to put that code in your active theme style.css file ( Dashboard > Appearance > Editor > Stylesheet).