-
AuthorPosts
-
September 10, 2021 at 12:47 pm #1320395
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,
SabineSeptember 10, 2021 at 3:55 pm #1320426Hi Sabine,
Please go to Enfold theme options > Advanced Styling and edit “Menu Links in overlay/slide out” and adjust font sizes :)
Cheers!
YigitSeptember 10, 2021 at 5:31 pm #1320435Hi 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, SabineSeptember 12, 2021 at 6:56 am #1320559Hi Sabine,
Thanks for the update. So you mean that you want to target the second level links in the mobile menu?
Best regards,
RikardSeptember 12, 2021 at 11:38 am #1320575Hi Rikard,
I need another font-size for the second level links in the burger menu.
Best regards,
SabineSeptember 13, 2021 at 9:55 am #1320680Hi,
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,
RikardSeptember 13, 2021 at 10:07 am #1320686Hi 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,
SabineSeptember 13, 2021 at 2:14 pm #1320724Hi 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,
YigitSeptember 13, 2021 at 2:31 pm #1320729Hi Yigit,
thank you so much – it’s so great – it works. Then you can close this topic
Cheers
SabineSeptember 13, 2021 at 3:13 pm #1320735 -
AuthorPosts
- The topic ‘Responsive Burger Menu settings’ is closed to new replies.
