• Hi, thanks, definitely i’m going to work in this theme. I love it. i going to need help changing the color of the icon and the bar menu. How to change navigation menu background color.

    Thanks

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

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Glad you’re liking Dara!

    To change the colour of the social icons under your logo, this should do it – change the test colour to anything you like:

    .jetpack-social-navigation ul li {
      background-color: #bb00bb;
    }

    To change the menu and sub-menu background colour:

    .main-navigation, .main-navigation ul ul {
      background-color: #bb00bb;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.

    Let me know how it goes!

Viewing 1 replies (of 1 total)
  • The topic ‘How to change navigation menu background color’ is closed to new replies.