Reply 235293 to: Product display and reviews in product details

Avatar: Rose Tyler
Rose Tyler
Support staff
May 1, 2020 at 07:27

Hello Flávio,

Thanks for contacting us and sorry for the delay in answering.
1) Go to Products > Edit product > [8theme] Product Options > select Primary category
or disable categories displaying via Theme Options > WooCommerce (Shop) > Shop > Products style > Product Content Elements
2) Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:

.products-loop .content-product .product-details {
    display: flex;
    flex-direction: column;
}
.products-loop .content-product .products-page-cats {
    order: 1;
}
.products-loop .content-product .product-title {
    order: 2;
}
.products-loop .content-product .star-rating {
    order: 4;
}
.products-loop .content-product .price {
    order: 3;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.