Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #649585

    I was wondering if there is an easy way to install google fonts or any other recommended advanced font plugins?

    Thanks

    #649591

    Hi marketwithmichael!

    Theme does include fonts by it self and you can add / hook new on the existing function.
    Can you describe us what you want to do?
    That way, we can help better.

    Thanks a lot

    Best regards,
    Basilis

    #649598

    Basically I was trying to add more font options into the live editor when adding text or headline.

    I only see H1 H2 so on… no option to change actual font?

    Does this need to be done through the Enfold dashboard?

    #649602

    Hi!

    Yes you can style any element with from Enfold Dashboard, easily and if a font you need is missing, we can add it.

    Cheers!
    Basilis

    #649608

    Would this be done in the advanced styling?

    I tried changing font in advanced styling for H1 tag but had not change.

    Here is an example of a mock up I’m doing for a new client

    The H1 and H2 always default to all caps and the same font

    #649867

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }
    

    Best regards,
    Yigit

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