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] How to change the font size on Recent Topics on the side bar widget?

4 Posts
2 Users
0 Reactions
1,938 Views
Posts: 39
Topic starter
(@naomibuch)
Trusted Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 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: 8 years ago

Support Team
Posts: 5483

@naomibuch,

Please leave your forum URL to allow us to check.