Jaspal
Posts: 0
Joined: Wed May 13, 2015 9:10 pm

How can i change Active navbar text color ?

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;
}

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How can i change Active navbar text color ?

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

Return to “Issues”