Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #475374

    Hi,

    I would like to have the main manu links in a thin font, and a this is not an option in the advance styling.
    Could you help me?

    Thank you.

    Best,
    Alexia

    #475632

    Hi Alexia R.!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #476829

    Sure!
    Thanks.

    Best,
    Alexia.

    #477496

    Hi!

    It seems like that font only comes in 300 and 400, I’m guessing the one you are using is the 400 so you would have to important the 300 as well to be able to use it. https://www.google.com/fonts#UsePlace:use/Collection:Muli

    @import url(https://fonts.googleapis.com/css?family=Muli:300);
    
    #top #header .av-main-nav > li > a {
      color: #ffffff;
      font-size: 14px;
      font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 300 !important;
    }
    

    Best regards,
    Rikard

    #482227

    Hello Rikard,
    It is working.

    Thank you so much.

    Best,
    Alexia.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Main Menu links in a thin font’ is closed to new replies.