• Resolved glennda37

    (@glennda37)


    Hi,

    I am trying to work out how I can change the colour of the background for the menu bar. I have managed to change some others in the CSS but cannot fathom how to change this?

    Can you point me in the direction of the part of the css that I need to change?

    Thanks in advance

    Toby

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello glennda37,

    Add below css code into your current active child theme’s style.css
    file or you can also add it to additional css option in theme customize option.


    #wedding-header {
    background: #595959;
    }

    Hope this will helps you.

    Thanks!

    Thread Starter glennda37

    (@glennda37)

    Perfect worked a treat ??

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