Change the color of the forum names

Kaiser

Well-known member
How do I change the color of the forum names, for some weird reason its not working from the style properties, so where can I change it in the templates.

Example:
Capture.webp
 
I'm 99% sure you can do this through the style properties. In the meantime, until you find the area in the style properties insert the following in your Extra.css template which will save you from updating it when an upgrade comes.Change the hex value accordingly.

Code:
.primaryContent a {
    color: #605a51 !important;
}
 
I'm 99% sure you can do this through the style properties. In the meantime, until you find the area in the style properties insert the following in your Extra.css template which will save you from updating it when an upgrade comes.Change the hex value accordingly.

Code:
.primaryContent a {
    color: #605a51 !important;
}
Thank you very much, and I did find it in the style properties, but It didnt work, and I dont know why. Appreciate your help. :)
 
Top Bottom