Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1478797

    I would like the post titles (and all Headings by default) to use the same font as the body text. I would like to manually specify certain H1 and H2 instances to display in Sacramento. How is this done?

    Also, weirdly, H1 text is still showing in Sacramento, even though fonts in the General Styling tab were changed to Open Sans. Browser and server cache have been cleared. Please advise.

    #1478834

    Hey Tanja,

    Thank you for the inquiry.

    You can adjust the default fonts for the headings in the Enfold > General Styling > Fonts panel. Look for the “Heading Font” option. This can also be adjusted in the Enfold > Advanced Styling panel.

    We tried logging in, but the username provided above does not exist. Please check and confirm.

    Best regards,
    Ismael

    #1478872

    I’ve resolved the H1 font issue. All fonts are now using the same font as the body text. How do I specify certain H1 and H2 instances to display in Sacramento?

    #1478876

    .

    #1478881

    First: how did you embed/activate that Sacramento Font to Enfold?
    Next: what is common to those headings that should use the Sacramento Font? (maybe there is something we can use as selector)

    _______
    If there is no commonality for these headings, you will need to do this manually.

    You should give a custom class to those heading elements. (f.e. sacramento – why not?)

    then you will have that custom class at the parent of your h-tags (av-special-heading-tag)

    #top .av-special-heading.sacramento .av-special-heading-tag {
      font-family: 'sacramento';
      font-weight: 700
    }

    It may be necessary to force the font family by adding !important to this declaration.

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