Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #446257

    Hey guys!

    Is there any way to change the underline (hover state) in the main menu to an arrow pointing down?

    Cheers

    #446534

    Hey chrisknittel!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-menu-fx .avia-arrow-wrap { visibility: visible; }
    span.avia-menu-fx { background-color: transparent!important; }

    Regards,
    Yigit

    #448564

    Hi, Yigit,

    Is it possible to make the arrow size larger than the default that’s displayed with the code you provided?

    Vic

    #448774

    Hi Vic,

    Can you post the link to your website please?

    Regards,
    Josue

    #448775

    Hey Josue,

    Thanks for the reply. I will actually have more questions about this topic. I will start a new thread once I have them gathered together.

    Thanks,

    Vic

    #448776

    Cool, we looking forward to hearing from you :)

    Regards,
    
Josue

    #451562

    Sweet, one more question, can I remove the delay (opacity animation) in any way for the arrow? I did it for the submenu based on another support ticket, but unable to do it for the arrow.

    Cheers

    #451675

    Hey!

    Please add following code to Quick CSS as well

    .avia-menu-fx {
      -webkit-transition: none!important;
      transition: none!important;
    }

    Cheers!
    Yigit

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