Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206644

    I’ve tried a couple different quick css snippets that I found in the forum like this one :

    .header_color .sub_menu>ul>li>a {
    color: blue;
    }

    Not working though.

    was able to change the color of the font in the main menu using almost identical code but not sub menu.

    How can I change this?

    Thanks

    #206646

    Never Mind.

    Fixed it with this code :

    #top .main_menu .menu li ul a { color: blue!important;}

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Color of Font in Sub Menu’ is closed to new replies.