Change position of product price in shop loop

This topic has 3 replies, 3 voices, and was last updated 11 minutes ago ago by Andrew Mitchell

  • Avatar: Jure
    Jure
    Participant
    October 24, 2024 at 11:00

    Hi

    I want to move the price to the end of the product loop page after a short description and attributes.

    Best rgds

    Jure

    Files is visible for topic creator and
    support staff only.
    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 24, 2024 at 12:43

    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

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    October 24, 2024 at 12:59

    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

  • Viewing 3 results - 1 through 3 (of 3 total)

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

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.