Site logo

Archived topic

Boxes of Products on shop page

7 replies · Started by Data on June 19, 2021

Viewing posts 1–8 of 8

How can we make boxes of each product with white background. The box will contain the product image, name, price and button.

Hi there,

Not sure if I fully understand.

Are you referring to adding borders around each product?

If so try this CSS:

.woocommerce ul.products li.product {
    border: 1px solid #000;
    background-color: #ffffff;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know :)

border around image+name+price+button I want to make each product enclose in a box with a light gray border and white background.

Kindly check screenshot, i want to make a box like this

yes, i tried, but not working, kindly check the screenshot. i want to make this

Can you add my CSS first so I can see the issue?

oh wow, nice. some space between button and box border is required. i mean space below the button. currently, it is attached with border. Thanks

Have you resolved this?

The topic is marked as resolved and I no longer see the link to your site.

Let me know :)

This archived topic is closed to new replies.