Price and sale price on the same line - Home Page/Product display

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?

https://www.markkus.fr

When you go to “nouveau sur Markkus”

Thanks for your help

@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!

1 Like

Amazing! It worked

Thanks again @San

1 Like