This topic has 3 replies, 3 voices, and was last updated 1 months ago ago by Andrew Mitchell
Hi
I want to move the price to the end of the product loop page after a short description and attributes.
Best rgds
Jure
Hello, Jure,
Thank you for reaching out to us.
We understand that you would like to move the price to the end of the product loop page, after the short description and attributes. We will be happy to assist you with this request using custom CSS code:
.etheme-product-grid-content {
display: flex;
flex-direction: column;
}
.etheme-product-grid-content .price {
order: 4;
}
.etheme-product-grid-content .etheme-product-grid-title { order: 1;}
.etheme-product-grid-content .products-page-brands { order: 2; }
.etheme-product-grid-content .woocommerce-product-details__short-description { order: 3; }
Best Regards,
8Theme’s Team
Dear Jure,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team
The issue related to '‘Change position of product price in shop loop’' has been successfully resolved, and the topic is now closed for further responses