Hi,
I would like to display price and sale price on the same line on the product overview of my Home Page.
Thanks for your help,
Hi,
I would like to display price and sale price on the same line on the product overview of my Home Page.
Thanks for your help,
@davidmarkkus Please provide store URL?
@davidmarkkus Just copy and paste below CSS code into Online Store > Edit Code > open theme.liquid file and find for above tag paste below code
Please like and mark as solve!
@saim007 thank you for your help!
It is now il line but I would like to have “Price” and at the right “Sale Price” instead of the opposit.
Can you help me with that?
@davidmarkkus Just add one line code in this class name “.price__regular.body2” which you have added few minute ago
.price__regular.body2{
order: 2;
}
Please mark as solve!
Amazing! It worked
Thanks again @San