• Resolved middleastcrops

    (@middleastcrops)


    Hi guys,

    I am using Coraline theme and am customizing the theme according to my needs. However, I would like to make the background color of the main menus totally different from the default background color of the whole theme. I mean to make the menu background permanently green or so, not white. Could you please show me how to do this?

    Thank you.
    H. K.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi K. K.

    You could use some custom CSS to change the background colour of your main menu.

    To add custom CSS, firstly set up a child theme or activate a custom CSS plugin.

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    #access {
        background-color: #663399;
    }

    Change the value of #663399 to any HEX code of your choice. If you’d like to experiment with different colours, try a few Google searches to get a list of HEX codes and their corresponding values.

    Here’s an example of a site that I’ve used before:

    https://www.color-hex.com/

    Hope that’s helpful! Let us know how you have any other questions.

    Thread Starter middleastcrops

    (@middleastcrops)

    Sobhan,
    That’s great!
    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the Background Color of Navigation Menu?’ is closed to new replies.