How can I alter the header font size on a specific page?

Hi, I would really appreciate some help. I’m currently using the Brooklyn theme and I have already added a few pages where I like the header size. However, I have now added a new page titled ‘FAQs’ where I would like to change the header font size on that particular page, so it doesn’t affect the headers on the other pages that I have created. How would I go about this?

Thank you!

Simona

@Simona_B

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@Simona_B

Please share your store URL.

I have e-mailed you, thank you.

@Simona_B

Please add the following code at the bottom of your assets/theme.scss.liquid file.

@media screen and (min-width: 769px){
#frequently-asked-questions .section-header { font-size: 0.8em !important;}
}

Thanks!

That’s great, it really helped me. Thank you!