Notifications
Clear all

wpForo 1.x.x [Closed] Font

5 Posts
2 Users
0 Reactions
2,361 Views
Posts: 3
Topic starter
(@footbik)
Active Member
Joined: 7 years ago

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
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi footbik,

Please use the following CSS code:

.wpforo-widget-content .wpforo-list-item p.posttitle a {
font-familyroboto !important;
font-weightbold;
}

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. 

Posts: 3
Topic starter
(@footbik)
Active Member
Joined: 7 years ago

did, but it did not help

1 Reply
(@footbik)
Joined: 7 years ago

Active Member
Posts: 3
Posted by: footbik

did, but it did not help

 

Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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).