How to change the button font on Impulse Theme

Hello, I am using impulse theme on my store.

My heading font is poppins and my body text font is Raleway. However all of the buttons are using a different font + uppercase transform as you can see on the following screenshot :

I would like to use Poppins font for my button without any uppercase transform.

Can you please let me know how ?

Thanks.

@YoannS ,

Can you please share the store URL? We may need to assign a different CSS property to button text

@Propero
I would like to keep the store private if possible. I think I need a different CSS property to add in the theme.css for the primary button text. I just don’t know how to write it.

Hello @YoannS ,

It’s GemPages support team and glad to support you today. I would like to give you a recommendation to support you.

You could please try adding the below code to the bottom of the theme.css.liquid file:

.btn {
 font-family: "Poppins" !important;
}

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

It’s working. Thanks for the help. :slightly_smiling_face:

1 Like

Hello @YoannS ,

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team