Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1161941

    Hi guys, can you help me figure out how to change the size of the submenu items on my site with CSS? I’m trying to do it via the general settings but it’s not working.

    #1162409

    Hey bobfurgo,

    Add the following to quick css:

    .sub-menu li a span.avia-menu-text{
    font-size:15px!important;
    }

    Adjust the font-size to whatever you need.

    Best regards,
    Jordan Shannon

    #1164115

    Thank you very much! Can you help me figure out how to change the line height as well? Currently whenever I try and change it, it changes the lineheight of the other menu items that are not a part of the sub menu. Thanks!

    #1164253

    Hi,
    Add this to quick css:

    .sub-menu a{
    line-height:10px!important;
    }

    Best regards,
    Jordan Shannon

    #1165390

    Hi! It didn’t work. :(

    #1165409

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.