Notifications
Clear all

Change the color of "recent topics"

3 Posts
2 Users
0 Reactions
42 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: 1
(@jungle)
New Member
Joined: 2 days 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