How can I adjust my blog title text size?

I want to change the size of the title text on my blogs - any help would be greatly appreciated?

@sumnb0011

sorry for facing this issue, yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.article h3 {
    font-size: 14px; /* change value as you like */
}

Thanks for the reply.

Unfortunately that did not work - I am trying to change the title on the article pages like this one for example

https://www.popcycleco.com/blogs/news/burgh-designer-handlebar-tape

@sumnb0011

oh sorry yes please this code

.article-section h1.page-title {
    font-size: 20px;
}

That didn’t work unfortunately?

@sumnb0011

oh sorry can you please confirm this look?

This worked thanks.

Can I also ask if you click on a blog and then click back to features at the bottom.

The text that say features is also massive - how do i make this smaller?

Thanks

@sumnb0011

YEs, please give me proper screenshot so i will give you code

Hi - its the 'Features" text I would like to make smaller

@sumnb0011

i have see its smaller