How can I change the color of the 'Shop Now' button on Impulse?

Hello everyone, I’ m Claudio.

I have a problem regarding my shopify store.

I’ d like to change the text color of this “shop now” button on the video hero section present on my landing page (screenshot).

I’ ve tried to add a code on “theme.css” without any result.

Thank you everyone for your time!

Hi,

Can you share your store url please and the color value you want to assign

Hello,

this is the website thepawsup.net

And for the color I’d like #FFFFF

Hey @Clodh987 ,

It looks like you have earlier customized this by adding css in some .liquid file, as I am able to see this code in inspector

.hero–template–19727772451141__1649417351a0cb586c .btn {
background: #fc8b3d !important;
border-color: #fc8b3d !important;
color: #000 !important;
}

So wherever you made this change, you just have to go there and change values of background color and border color to your desired values.

Thanks
Yash Garg

Hey @Clodh987

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you! :folded_hands: