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.

 

Change the color of "recent topics"

3 Posts
2 Users
0 Reactions
94 Views
Posts: 42
Topic starter
(@brozobob)
Trusted Member
Joined: 2 years ago

on my forum, recent topics is displayed as a red color.  I want to change it to #83b6ff 

How can I do this? Is this a custom CSS in WordPress theme, or in the wpForo colors and styles?   Help please. 

2 Replies
Posts: 42
Topic starter
(@brozobob)
Trusted Member
Joined: 2 years ago

To clarify, not recent topics in forum sidebar.  I mean in the forum discussion area.  I've attached a screenshot

Reply
Posts: 10
(@jungle)
Active Member
Joined: 4 weeks ago

You can change that using custom CSS. Try adding something like this in your WordPress Customizer under Additional CSS:

css
.wpforo-topic-title {
color: #83b6ff !important;
}

If that doesn't work, inspect the element in your browser to find the exact class being used for those topic titles and adjust accordingly.

 
Reply