Remove hover from Image in Shop Page

Home Support eCommerce Gem Remove hover from Image in Shop Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8507
    Anonymous
    Inactive

    Hi, When I in shop page, the products image has a hover feature, when clicked it is instantly added to cart, I would like to remove this hover effect and let the image as link to take the client to the shop page when clicking on the image of the product, it it possible?

    #8508
    ProDesigns
    Keymaster

    Hi @fredalves

    Theme has no such feature by default. However, if you create child theme and customize theme, you can make your site work like you described.

    Thank you.

    #10295
    Anonymous
    Inactive

    Pues me parece un gran error por su parte Mr.Prodesigns. A quién se le ocurrió la desagradable idea de poner un botón de carrito en la imagen previa del producto? De esta manera los clientes huyen despavoridos de la web porque su carrito se llena de cientos de artículos cuando en realidad lo único que querían era ver el detalle del producto. La gente está familiarizada que al hacer “click” en una imagen le lleve al producto y ver detalles sobre él, fotos etc.
    Su respuesta ha sido bastante desagradable, dando a entender que “Esto es lo que hay”.Debería ser al revés, el botón de Add to cart sería ver detalle y el pequeño ojo una cesta.

    #11648
    Anonymous
    Inactive

    Hi,

    How do I remove the Add To Cart button that’s appearing on the image product hover? I have the same question as above but this answer is not clear?

    #11658
    nirav
    Keymaster

    Hello Yon,

    Greetings of the day!

    Below code will help you to hide add to cart button.

    Follow the below steps to add custom CSS.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    li.product .product-thumb-wrap::before, li.product.purchasable .add-to-cart-wrap{
    display:none;
    }

    Hope it will work for you.

    Regards,
    Team ProDesigns

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.