• Resolved crys56

    (@crys56)


    I am sorry to ask and have reviewed seemingly hundreds of threads and have tried many iterations of CSS code but am not getting results. I’m trying to change the drop down menu color from black to silver. Can anybody offer assistance? Thanks in advance!?https://newwavevbc.com/

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • adding the code below to your ‘Additional CSS’ section should do the trick

    .main-navigation {
    background-color: silver;
    color: #186617;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Good reply ^

    Alternatively:

    
    .menu-wrap, 
    .main-navigation ul ul {
        background: silver;
    }
    
    Thread Starter crys56

    (@crys56)

    Flyingscotsman’s solution, for whatever reason, did not work – the menu was still black. However, Andrew’s solution worked. Thank you both for taking time to reply and for helping to solve my issue. ??

    Thread Starter crys56

    (@crys56)

    PS: Decided to go with navy blue (rather than silver) to match existing menu color. Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Seventeen – Goat theme – menu & submenu color change’ is closed to new replies.