Hello,
I want to switch the position of the original price and sale price of my products.
I am on the venture theme.

Hello,
I want to switch the position of the original price and sale price of my products.
I am on the venture theme.

Hi @Max123456
Please send the page URL, so I can inspect and send you the CSS to switch the prices.
Cheers!
Please follow these steps;
.product-card__price {
display: flex !important;
flex-direction: row-reverse !important;
justify-content: center !important;
}
s.product-card__regular-price {
margin-left: 8px !important;
}
Thank you so much!
Hey @collinsmbaka
Reviews are not in the right section
I use the ryviu app and the reviews appear over 2 blocks
They should normally be in the white block
Hello, please do you know how to do it on theme dawn 11 ? thanks in advance
Hi there, would be amazing if you could share how to do this for the dawn theme. Many thanks!
@collinsmbaka I’m looking to have my old price on the left and the new price on the right. (Which is opposite of what the original poster wanted) Can you tell me the code I would need to correct that on my site? www.agirlsgottaspa.com I’m using the Providence theme.