Is it possible to change the button color?

Is it possible to change the color of the buttons “FIND YOUR ETERNAL BLOOM TOTE” and “Read more about our journey”? I’d like them to stand out more on the page. Thank you!

Here the link: https://s8ntop1tnlzluqm6-71988969740.shopifypreview.com

Hi @Esra47 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

a.button.button--secondary {
    background-color: black !important;
    color: white !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

It worked! Thank you :slightly_smiling_face:

1 Like