Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #462185

    Hi,

    In the Enfold Theme Header Style options, it gives an option to remove the ‘indicators/border/transparency’ from the header…

    I would like to just remove the menu item INDICATORS ONLY.

    Can you please provide a quick CSS to remove them?

    Cheers, Justin

    #462242

    Hey Justin!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

    #462516

    Hi Josue,

    Thanks! That kind of worked… That code only took away the indicators on the menu items that DO NOT have a drop down menu. The drop downs still have it.

    Is there a little something extra you have to remove those indicators too?

    Justin

    #462702

    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;
    }

    Cheers!
    Yigit

    #464446

    Thank you guys!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove Menu Item Indicators’ is closed to new replies.