This topic has 8 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hello,
On my home page I have category and a small link in the center of the images
https://snag.gy/4Cjkvd.jpg
I must have that the link will be on all over the image
and not just on the small link
Best Regards
Orna
Hello,
There is no such possibility, by default. But you can add this code in Custom css for Home page:
.product-category .mask-container .block-mask .mask-content {
position: absolute;
width: 95%;
height: 100%;
left: 10%;
}
.product-category .mask-container .block-mask .mask-content a {
width: 100%;
height: 100%;
}
.product-category .mask-container .block-mask .mask-content a i, .product-category .mask-container .block-mask .mask-content a:after {
display: none;
}
.product-category .mask-container .block-mask .mask-content a, .product-category .mask-container .block-mask .mask-content a:hover {
background-color: transparent;
}
Regards
Perfect
Many Thanks (:
Orna
You’re welcome!
Regards
Hello,
I have the same situation with chosen post: https://snag.gy/X4PEYo.jpg
also on the Blog images: https://panima.co.il/blog/
Is there a why to put cod for all the linked images?
Best Regards
Orna
Hello,
Please change the previous code to:
.product-category .mask-container .block-mask .mask-content, .post-images .blog-mask .mask-content {
position: absolute;
width: 95%;
height: 100%;
left: 10%;
}
.product-category .mask-container .block-mask .mask-content a, .post-images .blog-mask .mask-content a {
width: 100%;
height: 100%;
}
.product-category .mask-container .block-mask .mask-content a i, .product-category .mask-container .block-mask .mask-content a:after, .post-images .blog-mask .mask-content a i, .post-images .blog-mask .mask-content a:after {
display: none;
}
.product-category .mask-container .block-mask .mask-content a, .product-category .mask-container .block-mask .mask-content a:hover, .post-images .blog-mask .mask-content a, .post-images .blog-mask .mask-content a:hover {
background-color: transparent;
}
Regards
Magnificent. Thank you!!!
You’re welcome!
Regards
The issue related to '‘Home Page Category link’' has been successfully resolved, and the topic is now closed for further responses