This topic has 3 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Peter
Hi
How to make the products in the store have the same size. (I marked what I mean in the picture).
2nd thing, how to change the size of the fonts in the store (names of products) – I have attached a photo.
Hello, @Peter,
1. Please copy and paste the below-given CSS code to Xstore >> Theme Settings >> Theme Custom CSS >> Global CSS and change the value in the given code as per your requirements.
.content-product .product-title {
height: 100px !important;
}
.content-product .products-page-cats {
height: 60px !important;
}
2. Please copy and paste the below-given CSS code to Xstore >> Theme Settings >> Theme Custom CSS >> Global CSS and change the Font Size value in the given code as per your requirements.
.content-product .product-title a {
font-size: 12px !important;
}
Regards 8Themes Team.
Thanks:)
The issue related to '‘Products in the store displayed in one size’' has been successfully resolved, and the topic is now closed for further responses