Notifications
Clear all

[Solved] Forum background color change

4 Posts
1 Users
0 Reactions
593 Views
Posts: 17
Topic starter
(@ryen91)
Eminent Member
Joined: 2 years ago

Hey so i want to change the background of the golf sidekick forums from grey to blue and the letters from black to white I did it with the menu already cause I researched before I posted but I cant find this one..

3 Replies
Posts: 17
Topic starter
(@ryen91)
Eminent Member
Joined: 2 years ago

Guess i should add a pic

Posts: 17
Topic starter
(@ryen91)
Eminent Member
Joined: 2 years ago

So i was going through the CSS and actually found it I think, but it wont actually work when  I put it in to  custom CSS

#wpforo #wpforo-wrap .wpfl-3 .wpforo-category{ background-color:#001CAD; a:#FFFFFF; border-bottom:#001CAD 3px solid; }

Posts: 17
Topic starter
(@ryen91)
Eminent Member
Joined: 2 years ago

I code So I went through it and finally figured it out

#wpforo #wpforo-wrap .wpfl-2 .wpforo-category{ background-color:#001CAD; a:#FFFFFF; border-bottom:#001CAD 3px solid; }

is the background color not 3

 

#wpforo #wpforo-wrap .wpfl-2 .cat-title{ color:#FFFFFF; }

 

This is the Title color