• Resolved abdulwerhab

    (@abdulwerhab)


    please i found my header and menu bar to be black transparent, i want it to have a white background like other sites using the theme, my site is Mushabib.com , i want the header background to be white like, alexmoher.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • V B

    (@vaishalibansal)

    /* change navigation menu background color */
    .navbar {
    
    	background:#fff;
    }

    Add this in your custom css.
    Working with my site 🙂

    Thread Starter abdulwerhab

    (@abdulwerhab)

    i have tried it, but still did not work, any other way pls?

    MariusG

    (@marius_codeinwp)

    Something overrides the rule given by vaishalibansal.

    Try this:

    .navbar {
    
    	background:#fff !important;
    }

    Kind regards,
    Marius

    Thread Starter abdulwerhab

    (@abdulwerhab)

    Thanks Marius, Worked like Charm!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘header menu and logo background’ is closed to new replies.