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

    How do I change the font family for the headings h1 and h2 for a specific single page (e.g. the imprint).
    I am now working more intensively on Enfold and CSS, but all my research and attempts have so far failed.
    I guess it’s easy?

    Thanks for your help!
    Best regards,
    Joachim

    #1193599

    Hey Jo,

    This can be done via css. Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1193605
    This reply has been marked as private.
    #1193611

    Hi,

    You need to target the page id. So for the page you just share, the css would look like this:

    .page-id-446 h1,
    .page-id-446  h2{
    font-family:Helvetica!important;
    }

    Of course just adjust the font to what you need it to be.

    Best regards,
    Jordan Shannon

    #1193622

    Thanks a lot!.
    Best regards,
    Jo

    #1193628

    Hi,

    No problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change font-family for heading h1 and h2 on specific single pages’ is closed to new replies.