Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #404526

    Hello i saw a little cosmetic bug in the enfold Theme. It is not only in my configuration, u see this in all enfold websites with a Megamenu.
    On Demo site too: http://kriesi.at/themedemo/?theme=enfold-overview

    When u browse with the mouse to a Megamenu and when the mouse hover it, you see a thiner underline than on other Menu points.
    You must locking fast, because after that it shows up the megamenu with normal underline.

    How can i fix that, that in Megamenu is the same underline?

    #404813

    Hi Manuel!

    Try adding this to your custom CSS.

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

    Regards,
    Elliott

    #404997

    Hey Elliott,

    thx for your reply, but than i hide this Underline.
    My Problem is this:
    I make this change in Custom CSS

    /* Unterstrich bei Dropmenu aktiv */
    li.current_page_ancestor>a>.avia-menu-fx {
       opacity: 1;
       visibility: visible;
       background-color: #666666 !important;
    }

    When a megamenu is active it shows permanently the underline in the Menu in grey color. When i take your code, than it will be hide also.
    So is it possible to make this Underline thicker to the same size as the other?

    #405421

    Hi!

    It should be the same size. Send us a link to your page so we can get a better idea of what’s going on.

    Cheers!
    Elliott

    #405637

    Hello Elliot.

    Sry i´m today out of office, and the complete website is in maintenance mode, and i do not have my long password here :-(
    But you can see the same problem in the Demo Enfold website.
    http://kriesi.at/themedemo/?theme=enfold-overview
    Hover over pages or shortcodes. You see the same problem.

    #405689
    This reply has been marked as private.
    #405859

    Hey!

    Please add following code to Quick CSS

    .avia-menu-fx { bottom: 0; }

    Best regards,
    Yigit

    #406277

    @Yigit,

    thx for your answer.

    when i do this, than it bricks complete. The Line is shown complete thick now, but on hover menu it looks ugly.

    #406813

    Hi!

    Replace it with this:

    li.current_page_ancestor>a>.avia-menu-fx {
    opacity: 1;
    visibility: visible;
    background-color: #666666 !important;
    bottom: 0;
    }
    
    #header .avia_mega_div {
    margin: -2px 0 0 0;
    }
    
    .avia-menu-fx {
    bottom: 0px;
    }

    Cheers!
    Ismael

    #406921

    Hello Ismael.
    thx for answer.
    Looks good.
    can u say me please the value for the normal drop down menu? this must i place 2px also.

    #407486

    Hi!

    Use this:

    .av-main-nav ul.sub-menu {
    margin-top: -2px;
    }

    Cheers!
    Ismael

    #407497

    Hello,

    big thx for your help. Problem is fixed :-)

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Cosmetic Bug with Megamenu’ is closed to new replies.