Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1211566

    Dear Kriesi Team,
    How do I change certain menu color and highlight color of the main menu header for specific item?
    For example, About & Partners (menu item) on the header to have different menu color and highlight color. Link is provided the private content below.
    Best regards,
    Marcus

    #1211661

    Hey Kayzel,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-item-71 .avia-menu-text {
      color: red;
    }
    #menu-item-71:hover .avia-menu-text,
    #menu-item-1118:hover .avia-menu-text {
      color: #fff;
    }
    #menu-item-1118 .avia-menu-text {
      color: green;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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