Hi all, I have used CSS to change the navigation bar color in confluence server, however I am not able to change the active link color (That is the color of the space I am currently on.)
This is the CSS I am using
#rw_category_menu_scroll_container {
background-color: #f542ef;
}
#rw_search_container
{
background-color: #f542ef;
}
#rw_wrapper #rw_main #rw_theme_header .rw_header_row {
background-color: #f542ef;
}
CSS in question is
li.rw_active a:visited {
background: #ffffff;
}
Any ideas, thank you
Kayode
The CSS format for the nav link is correct I think. As far as it goes, I believe that syntex could be an issue here.
Have you checked using the console in the browser to see what rules are being applied and if yours are being overwritten?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, yes I am using the console actually. I am able to change the color in the console but interestingly the same CSS is not changing the color in my CSS lol.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where are you applying your CSS? Once you have done that, you can then see what is overwriting your rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bailey. I am applying the CSS in Under Look and feel - Stylesheet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.