Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #994018

    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.

    #994033

    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

    #994077

    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)?

    #994079

    Hi,

    Please provide a link to the site/page in question so we can help further.

    Best regards,
    Jordan Shannon

    #994115

    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.

    #994118

    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

    #995092

    Great! Thank you very much :)

    #995105

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font size and spacing on pages and blog posts only’ is closed to new replies.