Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Active menu styling Reply To: Active menu styling

#176294
Paulie_D
Member

You have to stop using this image…


.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
background: url('http://www.wisepuppet.com/wp-content/uploads/2014/07/ative.jpg') repeat-x bottom left;
}

and find some CSS styling that works the same way on your active link. It really shouldn’t be hard.