• Resolved R. Norris

    (@r-norris)


    How do I change the background color of a drop down menu. I am using the Virtue 2.2.2 theme. The web site is kokaneestormtackle.com
    The current color of the menu is white with a black font.
    Also do I need to separate bits of CSS code that I put into the advanced settings box?
    Thanks RN

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    I think this is the piece of code you are looking for:

    Background Color:

    .sf-menu ul {
      background: none repeat scroll 0 0 #COLOR CODE HERE;
    }

    Font Color:

    #nav-main ul.sf-menu ul li a, #nav-second ul.sf-menu ul li a {
      color: #COLOR CODE HERE;
    }

    Paste this CSS into your custom CSS or child theme style.css (You can read about child themes here)

    I hope that helps!

    Luke the Daft Duke

    Thread Starter R. Norris

    (@r-norris)

    Thanks LDD That worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the background color of a drop down menu’ is closed to new replies.