Dear Team,
I noticed that when I change the color of the font to white then the letters become very fuzzy.
Please have a look at it and let me know if you have any idea how to fix this problem.
Looking forward to hearing from you.
Kind regards,
Erna
Hey ernaborbas,
I’m not sure which letters you mean but I guess you want to change the font weight of the main menu links to make the letters thinner.
You can add this code to the quick css field:
#top .av-main-nav > li > a {
font-weight: 400;
}
Replace 400 with a lower or higher value to change the font weight (lower = thinner). If this doesn’t solve the issue please describe which font you want to edit.
Best regards,
Dude