Viewing 3 replies - 1 through 3 (of 3 total)
  • If your theme provides a way to enter custom CSS, use that to enter the CSS below. Otherwise, you should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    .menu { background-color: #854D79 !important; }

    That will change the background to purple. Adjust the color value as needed.

    Thread Starter UHP

    (@uhp)

    Thank you very much 🙂

    Now to change text colour

    Try this:

    .menu a { color: #FF0000; }

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