Home Page Category link - by Orna Ohayon

This topic has 8 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler

  • Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 16, 2018 at 15:02

    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

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:49

    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

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 16, 2018 at 20:34

    Perfect
    Many Thanks (:

    Orna

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 17, 2018 at 07:33

    You’re welcome!

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 24, 2018 at 19:24

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 25, 2018 at 07:54

    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

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    July 25, 2018 at 12:39

    Magnificent. Thank you!!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 25, 2018 at 12:43

    You’re welcome!

    Regards

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

The issue related to '‘Home Page Category link’' has been successfully resolved, and the topic is now closed for further responses

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