Hi guys, i found some issue to fix in my desktop view, at mobile view its perfect, so i just want to align that sale price in a desktop view.
i show you some edit to make you sure what i mean
and i was changing the color of the reduction price, but it is showed fine at product page, but in featured collections its showed like before, with the same color of normal price, i show you
Thanks everyone, appreciate every help i got from this forum!!
Solved! Go to the solution
Hi @JLbyone ,
Can you share your website's Link again please? Thanks!
@JHKCreate wrote:Hi @JLbyone ,
Can you share your website's Link again please? Thanks!
you have pm @JHKCreate
appreciate that! thanks so much
This is an accepted solution.
Add The Following Code:
.product-card__price {
color: #bb1e31;
}
li#ProductSaleTag-product-template {
padding-right: 0px!important;
margin-left: -5px;
}
That should take care of both!
@JHKCreate wrote:Add The Following Code:
.product-card__price {
color: #bb1e31;
}
li#ProductSaleTag-product-template {
padding-right: 0px!important;
margin-left: -5px;
}
That should take care of both!
Thanks for the quickly answer @JHKCreate , with the align its perfect! but with the color, now every product got the red color, and i just want the sale price, you can see on my preview view url
for the sale price color, i followed this post, and it run fine!
thanks!
@JHKCreate wrote:Great!
@JHKCreate I have followed the previously published post, and it seems that we all have the same problem, could you help us?
The problem is that now, all the products have a red color price on the product page, with and without discounts, in all other views it is correct
thank you so much
This will always be a problem as this price field is the same everywhere.
What you need to do is create a different CSS Class that only shows when the price is discounted. It would require some custom coding here though.
User | Count |
---|---|
387 | |
204 | |
144 | |
46 | |
42 |