Please or Register to create posts and topics.

Change the color of the first bar only

Hello,
I am new to Asgaros.
I’d like to change the background color of the first bar only, where there is Forum, profile, members, etc.
I choosed a custom color in asgaros settings and it apply in the background of this bar and also in the bars of forum categories I made.
When Inspect my page I see Asgaros put an !important to the css rule for that background so I cannot override it.

How may I target only this first bar (and not the others) to change the background color ?

Cheers.

Hello @marcsaffar

You could use the following CSS code:

#af-wrapper #forum-header {
    background-color: red !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thank you @asgaros !

It does not work in the plugin custom css (appearance) but it works in theme customizer custom css

Asgaros has reacted to this post.
Asgaros