• Resolved Thobie

    (@thobie)


    Hello,

    how can I change the colour of the menu bar from black to grey, that means 40 % black?

    I wish you a nice day.

    Regards

    Thobie

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Our premium version has options in the Customizer for that.

    Otherwise, you can use this CSS:

    .main-navigation {
        background-color: rgba(0,0,0,0.4);
    }
    Thread Starter Thobie

    (@thobie)

    Hello, Tom,

    thank you.

    I wish you a nice day.

    Regards

    Thobie

    Theme Author Tom

    (@edge22)

    You’re welcome! You too ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing colour of the menu bar’ is closed to new replies.