Hello. I would like to change the font for H1 headings only to Fingerpaint.
If I change the font in the fonts section of Enfold Theme Options it changes all headings.
Thanks.
Hey Mark,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h1{
font-family:'your font here';
}
Add your font to the code.
Best regards,
Jordan
Hi Jordan.
Sorry, didn’t work.
Already tried : h1 {
font-family: 'fingerpaint' !important;
}
No luck????
Hi,
Ensure that you have added the font to the theme. Then try adding the following again:
h1 {
font-family: 'Finger Paint', cursive !important;
}
If that does not help, could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
Jordan
Hi Jordan.
Still no luck.
I’m pretty sure the travel demo for Enfold had Fingerpaint so I’m assuming it’s in there?
Hi Guys. Anyone know how to change the H1to Fingerpaint?
Thanks.
Hi,
Please go to the Enfold > Advanced Styling panel, insert the H1 element then set the Font Family to Finger Paint.
Best regards,
Ismael
Did that. Still no luck.
Hi,
There was a missing bracket in the custom code added to Quick CSS which I have corrected and the fonts work fine now. Please review the site and let us know if you have any questions.
Best regards,
Vinay
Fantastic. Thanks.