How to adjust the font size for a mega menu item?
Hey marketingnr1,
Please try the following in Quick CSS under Enfold->General Styling:
.avia_mega_div .mega_menu_title {
font-size:10px !important;
}
Best regards,
Rikard
thank you very much!
is there a way to do the same for a column or row item?
best regads!
Hi,
I’m not sure I understand your question, do you mean the actual links in the mega menu maybe?
Best regards,
Rikard
Hi Rikard,
yes, thats exactly what I mean!
Thank you in advance!
Hi,
Thanks for the clarification, please try this CSS to target the actual links in the mega menu:
.avia_mega_div .sub-menu li a .avia-menu-text {
font-size:10px !important;
}
Best regards,
Rikard
furthermore, is there a way to reduce the space between two actual links in the mega menu?
thanks again already Rikard!
Hi,
You could try adjusting the padding of the links, this is the default CSS:
.avia_mega_div > .sub-menu > li > ul > li a {
padding: 3px 12px 3px 12px;
}
Simply try to reduce those values a bit to see if that helps.
Best regards,
Rikard
hello Rikard,
somehow the code doesn’t work for me. if you want, you can have a look at the site, see private content.#
thank you so much for your help already!