Hi there,
I was able to figure out how to change the spacing and size of blog posts but I’d like my pages to have the same formatting. I know how to style the font size and spacing; I’m just not sure what class or selector, etc to use for pages.
Thanks.
Hey better_in_violet,
Have you tried just adding the .page class to the css you used for the blog posts?
Best regards,
Jordan Shannon
The .page class works but it also changes the font size of the sidebar widgets, icon boxes, etc. Is there any way to just change the size of the text on my static pages (like About page, Contact page, etc)?
Hi,
Please provide a link to the site/page in question so we can help further.
Best regards,
Jordan Shannon
There are a couple pages on my site that I’d like to change the font size for.
tarynwrites.com/about
tarynwrites.com/contact
tarynwrites.com/free-resources
I can disable the under construction plugin if the pages aren’t visible.
Hi,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class {
font-size: 20px;
}
Best regards,
Yigit
Great! Thank you very much :)
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon