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
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
Sure!
Thanks.
Best,
Alexia.
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
Hello Rikard,
It is working.
Thank you so much.
Best,
Alexia.