New Landing How can we help? Cardinal Round Images in WooCommerce

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #174459
    Mik_mo
    Member
    Post count: 39

    I need images in WooCommerce to be round. I found the code that hape to work and it works fine for the single product page, but does not help with the cataloge page. Please realy can not understand why it is not working

    .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {border-radius: 200px;}

    .woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img {border-radius: 200px;}

    #174461
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try the code below, it was necessary to remove the zoom animation on hover.

    
    figure.animated-overlay:hover > img, .product-type-standard figure:hover img {
      -webkit-transform: none!important;
      -moz-transform: none!important;
      -ms-transform: none!important;
      -o-transform: none!important;
       transform: none!important; 
    
    }
    
    .woocommerce .products .product figure {
      border-radius: 200px!important;
    }

    -Rui

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register