Tagged: enfold, font, help, special heading
Hello,
Today i noticed that my special headings have started changing from “thin”, which is the default, to a slightly thicker version when loading the page (usually a few milliseconds).
Any idea what can be causing this? Ive checked on several computers and mobile and it happens there too.
Thanks
link to image: http://imgur.com/hshltfH
Hey tmskarpholt,
Try this code in the General Styling > Quick CSS field:
.modern-quote .av-special-heading-tag {
font-weight: 100 !important;
}
Best regards,
Mike
Thank you, that did the trick :)