Home Forums WoodMart support forum Customize product category page Reply To: Customize product category page

#264234

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.product.category-grid-item .category-title {
	line-height: 24px;
	min-height: 48px;
}
.product.category-grid-item:focus .wrapp-category,
.product.category-grid-item:active .wrapp-category {
	border-color: red !important;
}
.product.category-grid-item:focus .category-title,
.product.category-grid-item:active .category-title {
	text-decoration: underline;
}

Best Regards