Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #308968

    How can I remove the “eye” that appears on WooCommerce product images when the mouse hovers over them? This always appears on mobile devices and also on desktop when using the WooCommerce Product Showcase in Theme Options. Thanks!

    #308977
    tikaram
    Keymaster

    @spiekosz : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css

    ul.products li.product > a::before {
      display: none;
    }
    #308983

    Brilliant, Tikaram. Thanks for the super quick response!

    #309073
    tikaram
    Keymaster

    @spiekosz : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/zubin/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.

    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove eye icon from WooCommerce images on mouse hover’ is closed to new replies.