Changing the color of the menu

  • Unknown's avatar

    How can i change the color of the menu? I want to change the color of it

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, the first CSS rule below will allow you to set the background color for the menu. The second allows you to change the color of the text. You can edit my demo colors as desired.

    .bg-dark {
        background-color: #cc0000 !important;
    }
    .main-navigation li > a, .main-navigation ul ul a, .main-navigation ul ul ul a, .main-navigation ul ul ul ul a, .main-navigation ul ul ul ul ul a {
        color: #00ee33 !important;
    }

    Go to Customize > CSS, delete all the informational text in that window, and paste in the above custom CSS.

  • The topic ‘Changing the color of the menu’ is closed to new replies.