Changing typography font size in blog post only

This topic has 2 replies, 2 voices, and was last updated 7 months, 3 weeks ago ago by Rose Tyler

  • Avatar: Hassan
    Hassan
    Participant
    December 6, 2023 at 14:42

    Hey,

    I am wanting to change the font size exclusively for the blog posts.

    How can i do that without globally changing the font size for all body font size for my website?

    thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 6, 2023 at 15:40

    Hello, Hassan,

    Thank you for reaching out to us with your query. To adjust the font size exclusively for your blog posts without affecting the global font size for your website, you can apply custom CSS:

    .single-post .content-article p,
    .single-post .content-article span,
    .single-post .content-article li {
        font-size: 30px !important; /* Change this value to your desired font size */
    }

    Kind Regards,
    8theme team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.