Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #904551

    Hello,
    I’d like to be able to change the size of the Heading 1 font on some individual pages such as on the one linked below.
    I don’t know if I do this on the CSS for the given text block or elsewhere. When I try to add to the HTML, it doesn’t keep the code I’ve added, but I’ll admit that I have no idea what I’m doing!

    #904578

    Hey hobie690,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-29 .post-entry-29 h1 {
    font-size: 90px !important;
    }

    It targets only that page, and that area, adjust the font-size to suit.
    Note that the first line is manually set to 80px, please remove that code to have this code also work.

    Best regards,
    Mike

    #904981

    Thank you! It worked like a charm!
    Best regards,
    Tim

    #904993

    Hi,

    Glad Mike could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Heading 1 Font Size on Individual Pages’ is closed to new replies.