HI,
on my page below I would like to change font weight of the second menu level, e.g. shop/hamburg bilder. For the main menu first level I did find this in the – enfold advanced styling section -, but not for the 2nd nav level
thx & best regards Tilman
Hey Tilman,
Thank you for the inquiry.
It is not possible to change the font weight because the current font (Arial Black) has no other variations. You have to select a different font with different font weight options, then use this css code to define the font weight of the sub menu items.
#av-burger-menu-ul .sub-menu li a .avia-menu-text {
font-weight: 400 !important;
}
Let us know how it goes.
Best regards,
Ismael
Hi Ismael,
… a good idea – it works :-)
thx a lot & best regards Tilman