Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #328391

    I would like to change the menu bar color, what is the best way to go about this? Preferably it would be awesome if I could add a background image to just the bar area, not the header itself.

    #329142

    Hey mjaraas!

    in your wordpress backend click on Enfold->Advanced Styling. There you can change the styling (e.g. color) for your main menu links.

    Best regards,
    Andy

    #329800

    That only changes the background behind the actual menu items – not across the whole menu bar even where the text isn’t. Is there a way to do this?

    #330121

    Hi!

    Try adding this code to the Quick CSS:

    #header_main {
    background-color: #ff6a00;
    }
    

    Change the color to whatever you want.

    Regards,
    Arvish

    #362722

    so this doesn’t apply when you have the menu bar below the logo. i’d like to just change the area behind the menu not the actual header where the logo is.

    #362934

    Hi!

    Please use following code instead

    div#header_main_alternate { background-color: #ff6a00; }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.