Notifications
Clear all

wpForo 1.x.x [Closed] How to change the font size on Recent Topics on the side bar widget?

4 Posts
2 Users
0 Likes
1,406 Views
Posts: 39
Topic starter
(@naomibuch)
Trusted Member
Joined: 5 years ago

Hello...

If you can at least point me to the php file or CSS file or provide me some CSS code that would great.

Thanks,

Naomi

 

 

3 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @naomibuch,

Please navigate to Dashboard > Forums > Settings > Styles admin page, add the following CSS code in "Custo CSS code" textarea, save it, delete all caches and press CTRL+F5 on frontend.

#wpf-widget-recent-replies h3.widget-title {
font-size: 20px !important;
}

Change the red marked code before using. 

2 Replies
(@naomibuch)
Joined: 5 years ago

Trusted Member
Posts: 39

That didn't work, after I cleared all caches and Ctrl+F5.....Maybe I will deactivate all caching plugins and try again...

Oh yea, I forgot to ask, how can I change the text color to white I know a little CSS. Can you assist me with code as well?

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4309

@naomibuch,

Please leave your forum URL to allow us to check.