All things Shopify and commerce
Hi there,
I want to change the background color of the SHOP NOW button on my image banner. I want it to be white and the text to be black and bold.
This is how it currently looks:
This is how I want it to be:
Theme : Dawn theme
Store URL: https://cngdxq-tk.myshopify.com/
Thanks In advance!
Solved! Go to the solution
This is an accepted solution.
Hi Osama01
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
a.button.button--secondary {
color: #000;
font-weight: 600;
}
.banner__buttons {
background: #fff;
border-radius: 20px;
}
.button--secondary:after {
--border-opacity: unset !important;
}
Result:
Best,
Esther
This is an accepted solution.
Hi Osama01
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
a.button.button--secondary {
color: #000;
font-weight: 600;
}
.banner__buttons {
background: #fff;
border-radius: 20px;
}
.button--secondary:after {
--border-opacity: unset !important;
}
Result:
Best,
Esther
Hey, It worked! Thanks for the help.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025