Site logo

Archived topic

Solid border around Woocommerce products

6 replies · Started by Alberto on January 23, 2018

Viewing posts 1–7 of 7

Hi.

I'm new in WordPress and GP.

I need to place a solid border around the Woocommerce products, and I do not see the option in the GP customization menu.

How could I do it?

Thank you very much.

I leave an example of what I need:

Example solid border

Thank you very much, Leo!

The code that worked for me is this:

.woocommerce ul.products li.product {
border: 1px solid #ccc;
box-sizing: border-box;
padding: 10px;

}

No problem!

Hi Leo,

sorry for my ''rookieness'', but where do I insert this code ?
I tried on ''store'' page of WooComm...doesn't work , while Product edit desn't give me an additional CSS option ?
Thx, Jure

Thanks Alberto :)

This archived topic is closed to new replies.