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

    Hi.

    Thank you for your awesome theme.

    I can’t change the top menu font, I have tried with Advanced Settings and with this code in Quick CSS, but is not working:

    #top #header .av-main-nav > li > a {
    font-family: Lato!important;
    }

    I want to change to LATO, but I can’t.

    Thank you.

    #907609

    Hey vmoralestejedor,

    Have you loaded lato to the web site also?
    You need to import it, by using
    https://fonts.google.com/specimen/Lato

    Thank you very much!

    Best regards,
    Basilis

    #907616

    Thanks Basilis but LATO is installed and appearing in other sections of my blog, like buttons and socket.

    Could you help me please about Main Top Menu?

    Thank you.

    #907722

    Hi,

    Please try this instead:

    #avia-menu li a .avia-menu-text {
      font-family: Lato !important;
    }

    Best regards,
    Rikard

    #908022

    Still not working when menu is collapsed (tablets and mobile devices).

    Thank you.

    #908257

    Hi,

    I added following code to bottom of Quick CSS

    #av-burger-menu-ul .avia-menu-text {
        font-family: "lato";
    }

    Please review your website :)

    Best regards,
    Yigit

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