Shopify themes, liquid, logos, and UX
I want to change the color of the product image badge to red, change it from "on sale" to "save Rs xx," and change its position to the top right corner.
And also want to show "save Rs xx" on product page below price
i am currently using prestige version 5-4-3-fl3jvd so guide me according to this version.
My website's URL is:
picture attached to the current badge:
Hi
Please navigate online store -> theme -> customize -> edit code and open theme.css
right: 10px;
top: 6px;
text-align: left;
position matter is solved but color is not working. Please solve my other issues, which i discussed above
.ProductItem__Label--sale {
...
color: red !important;
...
}
open en.default.liquid
You can replace title what you want.
{%- assign savings = card_product.compare_at_price | minus: card_product.price -%}
Save {{ savings | money_without_trailing_zeros }}
i want this code to be apply for product image badge ...kindly tell me where to apply and kindly correct the code if wrong
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