Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16476
    owen
    Member

    Hi,

    How can I change the backround color of the sub-menu in the nav on my site?
    Thanks!

    #16488
    Sakin
    Keymaster

    @owen: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding #access, #branding ul.menu ul a {
        background: none #33adff;
    }
    #16510
    owen
    Member

    Thanks Sakin it worked but now the nav backround has changed. Anyway to change it back?

    #16530
    Sakin
    Keymaster

    @owen: Then you can replace the previous css with the following where I have remove the nav background.

    #branding ul.menu ul a {
        background: none #33adff;
    }
    #16546
    owen
    Member

    Thanks Sakin! Worked like a charm!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change sub-menu backround’ is closed to new replies.