fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Blue border onclick thumbnail image

Hello!

When you click on variation image in Google Chrome or Safari it shows a blue border, example:

Captura de Pantalla 2021-04-05 a la(s) 13.41.42.jpg

 

The link is:

https://supply-demo.com/tienda/hombre/bermudas/bemuda-slim-5/

How can i change the color of this border? I tried use ::selector to transparent but it does not work.

Regards

Rodrigo R.

Tanvirul Haque

Hello Rodrigo Alberto Reyes Garcia,

Thanks for reaching out to us.

Here is the CSS code to change the focus outline color, let me knows it working for you or not.

.woo-variation-gallery-container div:focus {
outline-color: red;
}

Thanks