Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1337181

    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

    #1337216

    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

    #1337241

    Hi Ismael,
    … a good idea – it works :-)

    thx a lot & best regards Tilman

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘submenu font weight’ is closed to new replies.