I want to bold just the main menu items and not bold all the items in the drop downs. Can you point that out to me in the CSS file please...

Thanks.. love the theme, have made a bunch of changes though.... :)

Gene

Comments

danpros’s picture

Hi,

Write after below code in style.css

#superfish .sf-shadow ul.sf-shadow-off {
background: transparent;
}

Add this

#superfish .menu li a {
font-weight:bold;
}
#superfish .menu ul li a {
font-weight:normal;
}

Dan

breeze76’s picture

OK some of it works, thanks.. I have the top one size and the drop-downs another, but, some of the drop-downs are not the correct size.. any idea... here is the link...: http://0183818.netsolhost.com/tcsite01/

Hope you can help...

Gene

danpros’s picture

Status: Active » Closed (fixed)

Hi,

I think you already resolve this. I will close this.

Dan