May 15, 2018 12:20 pm
I use the widget on the home page
How can I change the font of the title to roboto and change font in bold?
4 Replies
May 15, 2018 12:58 pm
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.
May 15, 2018 2:36 pm
did, but it did not help
May 15, 2018 7:00 pm
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).