Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #431912

    Hi, i would like to disable the border bottom in menu items, in the current item and in hover effect.

    Can you tell me how to do it?

    Best regards,

    #431995

    Hey Marc!

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

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

    Regards,
    Yigit

    #432074

    Perfect Yigit, it works!

    And how can disable it when the menu item has a dropdown submenu items?

    Thanks!

    #432077

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
      border-top-color: transparent;
    }

    Regards,
    Yigit

    #432081

    Great support!

    Best regard,

    #432083

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to disable border bottom in menu items’ is closed to new replies.