This topic has 8 replies, 3 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
Hello,
I’m setting up an online store.
Now I have added some pictures to the categories.
The moment I open the shop and want to click on a picture of a category, a link symbol appears. And I can only open the category if I click exactly on the link symbol.
Is it possible to set this in such a way that the whole photo works as a button and no link sign appears anymore?
Thank you in advance.
With kind regards,
Stephan
Hello,
Add the following code to child theme style.css
.archive .mask-container .block-mask a {
display: block;
height: 100%;
}
Regards
Thank you,
Wil give it a try !
Hello,
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Thank u
The whole picture is now linked. is it also possible to remove the link symbol and to get the description when hovering over it, just as with the single products?
Thanks in advance
Hello,
You can add this CSS code to remove the link symbol:
.product-category .mask-container .block-mask {
display: none;
}
About category description, there is no such possibility, unfortunately.
Regards
It worked,
Thanks a lot !
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up