Increase the font size of subscribe button

How do I increase the font size of the subscribe button of the newsletter section of my Narrative theme? Screenshot attached:

1 Like

@quizaddict

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.

Hi! The website is https://arcarose.myshopify.com/ and pw is rtault. Let me know if that helps!

Please add below css code in bottom of assets/theme.scss.css file

.contact-form .btn–newsletter__submit {

font-size: 1.2rem;

}

Thank you.

1 Like

Hi Denisha! Thank you so much for your response – it worked perfectly! Just one quick follow up question – how can I balance out the “my email address” font size as well now that the “subscribe” font size is bigger?

Hi,

I check it in webpage in that you add

.contact-form .btn–newsletter__submit {

font-size: 2rem;

}

please replace it with

.contact-form .btn–newsletter__submit {

font-size: 1.2rem;

}

I think it is same size of 'my email address".

Thank you.

1 Like