Comments 2kishonfrancis started the conversationOctober 26, 2016 at 3:28pmIs it possible to add a border around the product thumbnails and product carousel blocks for each product on the homepage, as well as the individual product page? 1,558Laborator repliedOctober 27, 2016 at 11:42amHi there,Add the following CSS in your Custom CSS and you will get the wanted results: .woocommerce .shop-item .item-image a { border: 1px solid #000 !important; } Best regards,Laborator Team Documentation Join Kalium Users Group kishonfrancis replied privately 1,558Laborator repliedOctober 28, 2016 at 12:17pmHi there,Add the following CSS in your Custom CSS to get these fixes applied: .form-control { border: 1px solid #CCC; } .shop-item-single .item-details-single .shop-item .product-images a, .sidebar .sidebar-entry .product_list_widget li>a img { border: 1px solid #CCC; }Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Is it possible to add a border around the product thumbnails and product carousel blocks for each product on the homepage, as well as the individual product page?
Hi there,
Add the following CSS in your Custom CSS and you will get the wanted results:
Best regards,
Laborator Team
Hi there,
Add the following CSS in your Custom CSS to get these fixes applied:
Best regards,
Laborator Team