Changing Font Size Globally On All Blog Posts Only Using The RESPONSIVE Theme

We’re using the RESPONSIVE theme and need to know how to change the font size globally on all BLOG posts. Can anyone please help?

Here’s the store URL: https://fh-home-store.myshopify.com/

Thank you very much in advance for any help.

PW please~!

Please try: D3sign4u!

Please try: D3sign4u!

@fhhome

Hi,

To control the Blog font size, please add the code below to assets/styles.css file.

/* Blog List Title Font Size */

h2.article_title {
    font-size: 24px !important;
}

/* Blog Article Title Font Size */

h1.article_name {
    font-size: 24px !important;
}

/* Blog Article Content Font Size */

.shopify-section--article-template section.section .container div.one-whole.column {
    font-size: 18px !important;
}

As I added notes, you can modify the font size above.

If you resolve the issues, please click “Like” and Accept solution".

If you still have the issues or have any other questions, please let me know.

Hope it helps.

Thanks.