Pls help me Fix Nav-Pills2 on Bottom Menu

Hey guys,

I need a little help with making a few color changes to my Nav-Pills2 at http://tinyurl.com/p2le55u

This is styling the bottom menu bar

Notice how when you roll over the link the background is white making the text unreadable

Also when you make a selection the text stays green.

Basically just need an black text on hover and then on active it saved as it is on the hover, hope that makes sense

Something like this should do the trick:

.nav-pills2 > li > a:hover,.nav-pills2 > li > a:focus,  
.nav-pills2 > .active > a, .nav-pills2 > .active > a:hover, .nav-pills2 > .active > a:focus {
color: #000;
background:#fff;
}

Mmm nice one PaulOB

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.