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

    Howdy, Is there a way to change the individual background colors of the menu item on hover? For example I would like the backgorund box of About – red, Work – yellow, Services – green, and Contact – Blue

    #1471730

    Hey bellwetherroofing,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #header .av-main-nav > li#menu-item-54:hover > a {
      background-color: red;
    }
    
    #top #header .av-main-nav > li#menu-item-57:hover > a {
      background-color: yellow;
    }
    
    #top #header .av-main-nav > li#menu-item-55:hover > a {
      background-color: green;
    }
    
    #top #header .av-main-nav > li#menu-item-58:hover > a {
      background-color: green;
    }

    Best regards,
    Rikard

    #1471793

    Thanks Keymaster.

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