This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hello,
I have questions related to the display of categories and reviews in the product details.
I need to display only one category and change the position of the evaluations …
I am sending the images with more details of my order ..
Thank you
Please
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
thank you very much for your answer … it’s working
You’re welcome!
Regards,
Rose Tyler
You must be logged in to reply to this topic.Log in/Sign up