Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #420140

    Hello

    I want to chance background color of each main menu button on enfold theme.

    For example: Home button background grey, Our company button bacground color red….

    Can you help me on this?

    Thanks

    #420508

    Hey petrosgr!

    Using menu item ID’s it is possible with custom CSS. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
    Example would be

    li#menu-item-755 {
    background-color: red;
    }

    Best regards,
    Yigit

    #422731

    Thanks Yigit! It works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change background color for each main menu button’ is closed to new replies.