deselt wrote:We just update on latest version 3.7.428.19570 and it not show category name on home page categories with hover effect.
https://www.cycleheart.com/
Find this styling in your styles.css and change the z-index from 1 to 2:
.home-page-category-grid .item-box .title {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index:
1;
font-size: 18px;
line-height: 60px;
text-align: center;
color: #444;
}
Please create only one topic for a certain issue. Thank you!