Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] Font

5 Posts
2 Users
0 Reactions
2,543 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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).