Shopify themes, liquid, logos, and UX
I'm using a Motion theme in that I need to change the color of the sale badge everywhere,
I need this color:
Website link: https://duaxwj8kla8oyl49-67925410094.shopifypreview.com
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Hi @Sivadarshan,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.grid-product__tag.grid-product__tag--sale {
background: #102294 !important;
}
This is an accepted solution.
Hi @Sivadarshan,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.grid-product__tag.grid-product__tag--sale {
background: #102294 !important;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025