Home Forums Basel support forum How to remove category title Reply To: How to remove category title

#168752

Hello,

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

.cat-design-alt .hover-mask>h3 {
    display: none;
}
.cat-design-alt .hover-mask>a:not(.category-link-overlay) {
    display: none;
}

Best Regards