Home Forums Basel support forum Categories page Reply To: Categories page

#1266

ferrantv
Participant

Thanks for the snippet!

the position value is wrong, I change initial for static and now work, it’s ok?

.category-grid-item .category-content .hover-mask {
position: static;
box-shadow: 0 0 0 #fff;
transform: initial;
}