Issue with image - by Trendyfeel - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: Trendyfeel
    Trendyfeel
    Participant
    February 17, 2015 at 18:57

    Hiya, I noticed a sign like a horizontal no.8, or a link right at the centre of an image on the shop page or product category page when I hovered over the image; and I could only click through it when I hit this sign rather than anywhere else of the image. This issue doesn’t seem to appear on my iPad but only the mac/pc. Why is it? and how to sort it out please?

    Many thanks.

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 17, 2015 at 23:25

    Hello,

    We can remove that link, but products categories will be clicked only via the title link.
    If you agree you need ad this code in custom.css file:

    .product-category .mask-container .block-mask {
       display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Trendyfeel
    Trendyfeel
    Participant
    February 23, 2015 at 15:29

    Hiya, thanks for your reply. I inserted the css code as suggested on custom.css file, but nothing has changed? The link sign still appears on image when hover over the image and I can still click directly on the image where the link sign is.??? Why?

    Thanks again

    Avatar: Eva
    Eva Kemp
    Support staff
    February 23, 2015 at 20:05

    Hello,

    Please try to use this code instead:

    .product-category .mask-container .block-mask {
       display: none !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 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.