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

#1113

Artem Temos
Keymaster

Hello,
Thank you for creating a topic.
Here is a small code snippet that should help you. Add this in Theme Settings -> Custom CSS

.category-grid-item .category-content .hover-mask {
    background-color: transparent;
    bottom: 0;
    width: 100%;
    box-shadow:none;
}

.category-grid-item .category-content .hover-mask h3 {
    padding-right: 15px;
    padding-left: 15px;
    color: white;
}