Question about customizing my shopify store

Hi all,

I have a question about something I am struggling with. I want to change the colour of this button in the picture, it will not succeed. I already red different articles about changing the theme.liquid etc. but it also don’t work. Is there something that I can try?

I am using the theme ‘‘booster’’ and the button I want to change is the one with the ‘‘image with overlay’’

Thanks!!

The button is now white, I want to change it to orange (if this is possible)

@Bart3110 ,

Your website is password protected. Please share your password so I can assist you.

Thank You.

I have sent you an message on FaceBook!

@Bart3110 ,

Add this in your theme.scss file.

and let me know if it works for you!

.hero__btn {
    background-color: orange;
    color: white;
}
1 Like