-
AuthorPosts
-
March 2, 2015 at 4:33 pm #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-overviewWhen 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?
March 2, 2015 at 10:34 pm #404813Hi Manuel!
Try adding this to your custom CSS.
.menu-item-mega-parent .avia-menu-fx { display: none !important; }
Regards,
ElliottMarch 3, 2015 at 9:05 am #404997Hey 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?March 3, 2015 at 9:34 pm #405421Hi!
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!
ElliottMarch 4, 2015 at 9:32 am #405637Hello 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.March 4, 2015 at 11:36 am #405689This reply has been marked as private.March 4, 2015 at 4:50 pm #405859Hey!
Please add following code to Quick CSS
.avia-menu-fx { bottom: 0; }
Best regards,
YigitMarch 5, 2015 at 9:25 am #406277thx 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.
March 6, 2015 at 6:10 am #406813Hi!
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!
IsmaelMarch 6, 2015 at 11:34 am #406921Hello 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.March 7, 2015 at 2:28 pm #407486March 7, 2015 at 2:58 pm #407497Hello,
big thx for your help. Problem is fixed :-)
-
AuthorPosts
- The topic ‘Cosmetic Bug with Megamenu’ is closed to new replies.