Aug 15, 2022 7:18 pm
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
Aug 15, 2022 8:36 pm
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; }
Aug 15, 2022 9:57 pm
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