products in square boxes with rounded edges

I would like to view the products on offer on the home page as in photo 1. Instead I view them as in photo 2. Thank you


1.

2.


Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • https://demo.climatuo.it

  • Remove the white background for a container in Elementor and use the following CSS code:

    .woocommerce .products_wrapper .product{
     border-radius: 32px;
     padding: 16px!important;
    }
    

    Put it in Page options -> Custom CSS.

    Best regards

Sign In or Register to comment.