• Hello

    I want to make the background of the main menu at my site to be the same color as the footer. Is that possible?

    Thanks

    JaapJan Vroom

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

Viewing 1 replies (of 1 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey @jjvroom ,

    To change the color, go to Appearance → Customize → Additional CSS and enter the following code:

    .headerblock.standard .site-header, 
    .headerblock.alternative .site-header {
      background: #333 !important;
    }
    
    .navigation-main a, .main-small-navigation a {
      color: #fff !important;
    }

    Let me know if that does it.
    Thanx.

Viewing 1 replies (of 1 total)
  • The topic ‘Background color main menu’ is closed to new replies.