Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #425573

    If I wanted to change the colors in #advanced_menu_toggle and #advanced_menu_hide and on mouse over, can I somehow do it in the admin enfold panel or should I do it in custom.css? how do I change the mouse over? Thank you

    #425590

    Hey jackthepilot!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
      background-color: red;
      color: #ffffff;
      border-color: orange;
    }

    Best regards,
    Yigit

    #425677

    Worked Beautifully!!!

    Thank you so much

    #425865

    Hey!

    Glad we could help :)

    Best regards,
    Rikard

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