Page 1 of 1

How can i change Active navbar text color ?

Posted: Thu Jun 18, 2015 2:59 pm
by Jaspal

can you please tell me how can i change Active navbar text color

Here is my CSS and it's not working
[dsid=nav_bar_nav_bar_home].HomeActive:after {
background: url('../image/HomeActive.gif')no-repeat;
background-size: 25px 25px;
height: 25px;
margin-left: -15px;
width: 25px;
color:#000000 !important;
}


How can i change Active navbar text color ?

Posted: Thu Jun 18, 2015 4:08 pm
by Evgene Karachevtsev

Hello Jaspal,

Unfortunately custom CSS is outside the scope of our support. But you should check for the errors in a browser console, check out whether an addressing to a navbar is correct and try to add "weight" to your CSS rule by adding code!important/code