Site logo

Archived topic

Woocommerce thumbnail border color

4 replies · Started by Kle on August 14, 2019

Viewing posts 1–5 of 5

Hi,

How can I change the border color of the product thumbnail of Woocomerce? I am using the seller theme from the library.

Thank you.

Hi there,

Go to Additional CSS field in the customizer and modify this block of code:

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img{
	padding: 3px;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

Change the rgba(0,0,0,0.1) part to your desired color.

Let me know if this helps :)

Hi Leo,

added the code in the custom CSS but it didn't had an effect. My website address and username/password are on the opening post if you need it. Thank you.

Nevermind, I figured out. It was already set by default on custom css and since it was after my code it read as a last indication setting the color.

Thank you: )

No problem :)

This archived topic is closed to new replies.