This topic has 2 replies, 2 voices, and was last updated 11 months, 3 weeks ago ago by Tony Rodriguez
How do you go about doing 2 things.
1. add padding to category image (top)
2. removing product count (leaving only product category)
Hello, @HUSSTLE,
We are grateful for your recent purchase of our theme and for contacting our support team for assistance.
To address your customization queries:
a) For adding padding to the top of the category image, please adhere to the following instructions:
1. Navigate to “XStore” then “Theme Options” followed by “Theme Custom CSS” and finally “Global CSS”.
2. Insert the CSS code provided below into the specified field.
Please note that the padding value can be adjusted to suit your preferences:
.category-grid.text-color-dark.valign-bottom.style-classic.content-under.product-category.product {
padding-top: 19px;
}
For a visual reference, kindly visit the link below:
[https://ibb.co/kSsKYzc](https://ibb.co/kSsKYzc)
b) To remove the product count while retaining the product category, please execute the following steps:
.category-grid .categories-mask a mark.count {
display: none;
}
For a visual reference, please visit the link below:
[https://ibb.co/Wk9vWCV](https://ibb.co/Wk9vWCV)
Should you require further assistance or have any additional inquiries, please feel free to contact us.
Yours sincerely,
The 8Themes Team
The issue related to '‘Add padding to product category images using “Classic” categories design’' has been successfully resolved, and the topic is now closed for further responses