Tagged: mega menu
Hi,
Please tell me
1. How to delete tiny triangle button in the left from Mega menu sublevel links
2. How to adjust padding size around Mega menu sublevel links
Regards,
Chandan Paul
Hey Chandan,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi, Ricard,
Thanks for your response, please find the site address in private content.
If you need credentials pl let me know.
Regards,
Chandan
Hi,
Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling to remove the arrow:
.header_color .avia-bullet {
display: none;
}
And try this for the padding of the Mega Menu items, these are the default values so you have to adjust them to your liking:
.avia_mega_div > .sub-menu > li > ul > li a {
padding: 3px 12px 3px 12px !important;
}
Best regards,
Rikard
It works perfectly!
Thank you.