Jump to content

Adding a colored border (1 pixel) to the individual product images on my products page

Recommended Posts

  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

@houseofink2018 Add to Home > Design > Custom CSS


/* Shop Page */
.collection-type-products.view-list .ProductList-innerImageWrapper {
   border: 1px solid #fff;
}
/* Tatoo page */
body#collection-5d5eed37ce00080001e67447 .image-block-wrapper {
   border: 1px solid #fff;
}

if the answer is correct, Please Accept the question and upvote.

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Unfortunately your recommended CSS injection does not work on either the ShopOnline product page or the TattooStudio page.

I was, however, able to get the following to work on the TattooStudio Page:


<style>
  .image-block-outer-wrapper {
    border: 1px solid #3d4531;
 }
</style>

BUT, this CSS does not work on the ShopOnline page. Any other suggestions would be greatly appreciated. https://www.houseofink.studio/shop-online

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.