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!
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
Thank you! It worked like a charm!
Best regards,
Tim
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