Hello,
I am making a discount on my shop and I want to accentuate it a bit more.
You can bearly see the save 14$, how can I change the color to red for example? and how can I show the original price next to the 31.99$ ?
I am using the Brooklyn theme and this is my shop: hanabin.org
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
hii, @Hanabin
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
Hanabin
4
Hi, this is my URL : hanabin.org
Hii, @Hanabin
Paste this code on top of the theme.scss file.
.grid-product__on-sale {
border-color: red !important;
font-size: 14px !important;
}
Thank You.