Hi,
is there a way to turn on the light gray outlines [1] permanently and render it black on-hover?
Best regards
This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Stan Russell
Hi,
is there a way to turn on the light gray outlines [1] permanently and render it black on-hover?
Best regards
Hello,
Please add this code in custom.css or child style.css:
.products-grid .product {
border: 1px solid #e0e0e0;
}
.products-grid .product:hover {
border: 1px solid black;
}
Regards,
Eva Kemp.
Thank you!
Hello mleihs,
you are welcome!
Regards,
Stan Russell.
The issue related to '‘Borders outlines for product listing’' has been successfully resolved, and the topic is now closed for further responses