[Support request] Woocommerce Image hover on shop/category pages

Home Forums Support [Support request] Woocommerce Image hover on shop/category pages

Home Forums Support Woocommerce Image hover on shop/category pages

Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #1296036
    David
    Staff
    Customer Support

    Try this:

    @media(min-width: 769px) {
        .woocommerce ul.products li.product a img {
            width: 250px !important;
            height: 250px !important; 
        }
    
    }
    .woocommerce ul.products li.product a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .woocommerce ul.products li.product:hover a img { 
        object-fit: contain;
    }
    #2525450
    Adrian Aldea

    Hi everyone,

    Is there a way to show secondary image also on a woocommerce block as Products by Tag or Products by Category?

    Thank you.

    #2525470
    Fernando
    Customer Support

    Hi Adrian,

    It may be best to reach out to WooCommerce regarding this as this would be out of our scope: https://wordpress.org/support/plugin/woocommerce/

    #2525472
    Adrian Aldea

    Thank you.

    #2525485
    Fernando
    Customer Support

    You’re welcome, Adrian!

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