Hi,
for the website in the private content, I used the following code to change the font-size of the burger menu in the responsive design:
#av-burger-menu-ul li a span {
font-size: 24px !important;
}
Now I need a code to change the font size of the submenu links.
Thanks for helping me and kind regards,
Sabine
Hi Sabine,
Please go to Enfold theme options > Advanced Styling and edit “Menu Links in overlay/slide out” and adjust font sizes :)
Cheers!
Yigit
Hi Yigit,
it doesn’t work the way I thought it would. Maybe I expressed myself wrongly. I meant the font size of the sublevels-links in the burger menu.
I hop you understand me better.
Thank you.
Cheers, Sabine
Hi Sabine,
Thanks for the update. So you mean that you want to target the second level links in the mobile menu?
Best regards,
Rikard
Hi Rikard,
I need another font-size for the second level links in the burger menu.
Best regards,
Sabine
Hi,
Thanks for the clarification, please try this CSS:
#av-burger-menu-ul .sub-menu .sub-menu li a {
font-size: 16px;
}
You will likely have to remove the !important part of the CSS you posted in your first post.
Best regards,
Rikard
Hi Rikard,
I’m sorry, the code doesn’t work. I tried also with !important, but it also doesn’t work. Do you have another idea?
Thank you and greetings,
Sabine
Hi Sabine,
Please remove !important from your code, as following:
#av-burger-menu-ul li a span {
font-size: 24px;
}
Then add following code to bottom of Quick CSS field
#av-burger-menu-ul .sub-menu li span {
font-size: 16px;
}
Best regards,
Yigit
Hi Yigit,
thank you so much – it’s so great – it works. Then you can close this topic
Cheers
Sabine