• I have managed to find the coding for changing the background colour of my menu however the background colour of the drop down menus has been removed.

    It hasn’t changed to the same colour as the menu as it is transparent now and showing the detail of the page below it when it comes down.

    I have been able to make it so that when you hover over one of the links in the drop down menu it has a background colour and you can therefore see the text but it doesn’t look good when the full menu drops down over the page detail and you can’t read it.

    Anyone able to help me put back the colour into the drop down menu?

    https://www.NJDPeopleConsulting.co.uk

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nicki12117,

    Please try adding this css to your site

    
    .sub-menu {
        background-color: #e6e6e6;
    }
    Thread Starter nicki12117

    (@nicki12117)

    Thanks Gary,

    Any suggestions on where to put it? I’ve place it In a couple of places but it hasn’t had the desired effect.

    I’d also like to ensure the text in the drop down menu is aligned left so can I do that in the same but if code?

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