• Hi,

    I have some trouble with image hover idea on my website. Currently, my website is on local server, so I can not share the link. But I hope to explain correct.

    I use twenty thirteen theme, woocommerce plugin and my task is to make pixel perfect custom design. So, I started with child theme creation and custom css.

    My problem is to make add to cart button be visible only on product`s image hover. My current css for cart is:
    form.cart {
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    }
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 12px;
    display: none;
    }
    I can not fix the visibility of it only on products image hover.

    I can overwrite everything needed. Thank you for help.

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce product image hover’ is closed to new replies.