Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #673447

    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.

    http://www.thegreatoceanwalk.com

    #674008

    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

    #674016

    Hi Jordan.

    Sorry, didn’t work.

    Already tried : h1 {
    font-family: 'fingerpaint' !important;
    }

    No luck????

    #674025

    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

    #674031

    Hi Jordan.
    Still no luck.
    I’m pretty sure the travel demo for Enfold had Fingerpaint so I’m assuming it’s in there?

    #675127

    Hi Guys. Anyone know how to change the H1to Fingerpaint?

    Thanks.

    #675251

    Hi,

    Please go to the Enfold > Advanced Styling panel, insert the H1 element then set the Font Family to Finger Paint.

    Best regards,
    Ismael

    #675266

    Did that. Still no luck.

    #675275

    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

    #675283

    Fantastic. Thanks.

    #675519

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.