Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #521926

    Hi, I would like to know how to increase the font size for the fullwidth submenu item.

    Thanks.

    #522034

    Hey DROR!

    Add this to your custom CSS.

    .av-submenu-container .avia-menu-text { font-size: 14px !important; }
    

    Best regards,
    Elliott

    #522192

    Thanks! I also have a problem with the separator being in the wrong place – http://screencast.com/t/aCYjKoKR – it should be between the menu items, how can I fix that?

    #522335

    Hey!

    Please add following code to Quick CSS

    .rtl .av-subnav-menu > li > a {
        padding: 0px 12px 0px 10px;
        display: block;
        border-left-style: none;
        border-left-width: 0;
        border-right-style: solid;
        border-right-width: 1px;
    }
    .rtl .av-subnav-menu > li:first-child a {
        border-right: none;
    }

    Regards,
    Yigit

    #522341

    It did add the middle separator but it also kept the left one which is not needed – http://screencast.com/t/HtwOpeESB – how can I remove just the left separator?

    #522374

    Hey!

    Can you please change the following line

    border-left-style: none;

    to following

    border-left-style: none !important; 

    Regards,
    Yigit

    #522576

    Thanks :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to increase font for fullwidth submenu items’ is closed to new replies.