Getting link icon on product catagory photo

This topic has 8 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler

  • Avatar: Stephan
    Stephan
    Participant
    June 3, 2019 at 16:53

    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

    7 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 3, 2019 at 20:01

    Hello,

    Add the following code to child theme style.css

    .archive .mask-container .block-mask a {
        display: block;
        height: 100%;
    }

    Regards

    Avatar: Stephan
    Stephan
    Participant
    June 4, 2019 at 17:00

    Thank you,

    Wil give it a try !

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 5, 2019 at 06:57

    Hello,

    You’re welcome!
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Stephan
    Stephan
    Participant
    June 5, 2019 at 08:36

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 5, 2019 at 12:13

    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

    Avatar: Stephan
    Stephan
    Participant
    June 5, 2019 at 12:57

    It worked,
    Thanks a lot !

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 5, 2019 at 14:31

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.