Tagged: mega menu
Hello,
I want tou use a plugin: quad menu in this site http://www.escuelaveranoarteterapia.org/aneta-home/
I’m trying to fix 2 problems:
1). how I can delete the burger menu icon
2). how I can make the mega menu bigger (fullwidth main menu)
Thanks for your help!!!
Hey metafora29,
1. Try this in Quick CSS:
li.av-burger-menu-main {
display:none !important;
}
2. Are you selecting for the items to display on new rows? If so then please try to uncheck that option.
Best regards,
Rikard
Hello Rikard,
Thank you so much for your instructions. The first one works inmediatly!
The second, I uncheked the “new row” option but it still showing only one row at the same time, not all rows.
Regards,
metàfora
Hi metafora29,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Of course, thank you!
Also I have another question,
When I enter to the website the menu and header are ok: transparent
but when I scroll down, the menu begins white
How I can keep the menu transparent all the time without the contraction?
Thank you for your help,
metàfora
Hi metafora29,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.page-id-3510 #header .header_bg {
opacity: 0.1;
filter: alpha(opacity=10);
}
#top.page-id-3510 #header .logo img {
opacity: 0;
filter: alpha(opacity=0);
}
#top.page-id-3510 #header .logo img.alternate {
opacity: 1;
filter: alpha(opacity=100);
}
Best regards,
Nikko
Thanks Nikko! Works :)
Hi metafora29,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko