Home › Forums › WoodMart support forum › Product categories image › Reply To: Product categories image
March 12, 2019 at 4:17 pm
#112559
Elise Noromit
Member
Hello,
1 and 4:
body .category-grid-item .category-title {
text-transform: none;
color:red;
}
Replace the “red” with your color.
2. You will have to choose another design. There is no option to center the title in this
design.
3. In order to remove zoom, please add this code:
.cat-design-default:hover .wrapp-category .category-image-wrapp > a {
transform:none;
-webkit-transform:none;
}
Please add the code to the Theme Settings > Custom CSS
Best Regards