Can you please provide me some quick css to make the font weight light on the H3 and H4 headings on my site. I tried doing this through the advanced styling but it did not work which is strange because it worked on some other sites I have Enfold on. Maybe something is conflicting with it? For some reason it seems to show fine on my iPhone but the light font weight doesn’t show correctly on my iPad or on any browsers I try. (see attached samples) I have flushed the cache numerous times. Thanks for the help!
Hey!
Try adding this code to the Quick CSS:
h3 {
font-weight: 300;
}
Cheers!
Josue
Thanks Josue! Unfortunately that didn’t work. I tried adding the important rule to see if that would help but it didn’t. I provided login credentials if you need to take a closer look.
Hey!
Try disabling any caching / minification and check if it takes effect.
Regards,
Josue
I disabled a minification plugin but the problem persists. Can you please help?
Try putting it at the very start of Quick CSS.
Thanks Josue, that fixed it! You can close this thread.