This topic has 6 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
I want to hide the category list being shown on the product list on the store page. This is very unfriendly for users.
They click on the category links and get confused. I want to either hide them or change where they appear. Is there a way to do that?
Screenshot in the private.
Thank you.
Hello, Yuvi,
Thank you for contacting us and for using XStore.
Please go to Theme Options > WooCommerce > Shop > Design products > Product Content Elements > disable Categories.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
is there a way to change sequence of Product Content Elements ?
Say I want to show the ratings at the top and so on.
Also how I can change the number of elements in a row on the shop page. And how to change the hover properties like text color on the product listing on shop page.
Thanks.
Hello, Yuvi,
Thank you for your response.
1/ By default there are no settings to change the sequence of Product Content Elements on Shop.
Custom CSS code can be used, for example:
.product-details {
display: flex;
flex-direction: column;
}
.product-details .product-title {
order: 2;
}
.product-details .star-rating {
order: 1;
}
.product-details .price {
order: 3;
}
2/ Theme Options > WooCommerce > Product catalog > Products Per Row.
3/ Theme Options > WooCommerce > Shop > Design products > Design type and Hover Color Scheme.
We trust that the information provided will be of significant assistance to you.
Kind Regards,
8theme team
Thank you for your help.
I wanted to know how I can make the Blog Posts full width.
Is there an easy way. Right now there is space on the right for the sidebar I guess.
Hello, Yuvi,
Thank you for getting in touch with us.
Please delete this custom CSS code:
https://prnt.sc/vH2TTNXtDIZP
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up