Submenu Changes

Hi I need to change the Submenu font size, the highlight hover color and the background color. I was wondering if you could help me please :)

Thanks!

My URL: http://www.exploraseattle.com/ (using new theme copy: 976f2bca-5645-47c7-b66d-52ef990ff516)

Comments

  • Hi,

    to change all these things, please use some extras css:
    #Top_bar .menu li ul li a span { font-size: 12px !important; }
    #Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a { color: #000 !important; background: #FFF !important; }
Sign In or Register to comment.