This topic has 4 replies, 2 voices, and was last updated 5 days, 4 hours ago ago by Luca Rossi
Dear Team,
I use categories masonry widget, however, the page will only be redirected to the category page when hover on the category name, may i know any means to hover on the picture itself to redirect to the category page?
Thanks
Hi @lawrep,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.etheme-custom-masonry .info-box {
display: block;
}
.etheme-custom-masonry .info-box .info-box-inner {
height: 100% !important;
}
.etheme-custom-masonry .info-box .info-box-inner h2.item-name {
width: 100%;
height: 100%;
}
.etheme-custom-masonry .info-box .info-box-inner h2.item-name a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
}
Kind regards,
The 8Theme Team
thanks luca, appreciate your help
Dear @lawrep,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘hyperlink issue of “Categories Masonry widget”’' has been successfully resolved, and the topic is now closed for further responses