• Resolved RustyNutz

    (@rustynutz)


    I’d like to change the color of the sub-menu blocks from the semi-transparent black to a different color, say navy blue. I’ve succeeded in changing the main menu column from black to blue in the images folder in cPanel, but I can’t find the sub-menu blocks anywhere.
    Can I get some advice on this please.
    This is the site: https://ashleyhomesltd.co.uk

Viewing 2 replies - 1 through 2 (of 2 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    These don’t need to be images in my opinion. Add this to your custom CSS:

    #site-nav ul li:hover ul {
    background: blue !important;
    }
    
    #site-nav ul li:hover ul li {
    border-top: 1px blue solid;
    border-bottom: 1px blue solid;
    }

    Replace “blue” with a rgba code if you want opacity. It will allow for opacity.

    Read about RGBA: https://www.css3.info/preview/rgba/

    Thread Starter RustyNutz

    (@rustynutz)

    Man, I’m working with genius here. God bless you and thanks a bunch!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop down menu tab colour’ is closed to new replies.