Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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;
1. From your Shopify admin dashboard
2. Navigate to Online stores > Themes > Select the main theme
3. Click on Actions > Edit code
4. From the code editor, search for the theme.scss.css file (You will find this in the assets folder)
5. Paste these CSS codes at the bottom of the page
.product-card__price {
display: flex !important;
flex-direction: row-reverse !important;
justify-content: center !important;
}
s.product-card__regular-price {
margin-left: 8px !important;
}
6. Save and refresh the pages so check your changes
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.