New Shopify Certification now available: Liquid Storefronts for Theme Developers

Border around thumbnails craft theme

Solved
Websiter
Tourist
3 0 3

Hello,

 

Is there a way to remove the thin border around product picture thumbnails? My images arent perfectly square so it makes them look awkward with the border.

 

I couldn't find a code that worked with the craft theme.  Theres bunch of topics around but they seem to work for other themes or something.

 

Thanks!

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4192 964 1173

This is an accepted solution.

Thanks for the info, No worries. It is not a border its a shadow box. Check this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

 

.thumbnail[aria-current] {
    box-shadow: none !important;
}

 

 

  • And Save. 

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Replies 5 (5)
Made4uo-Ribe
Shopify Partner
4192 964 1173

Hi @Websiter 

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Websiter
Tourist
3 0 3

Hey,

 

Hope this link works https://629011-2.myshopify.com/products/kaulakoru

Password: stowde

 

The problem can be seen in "tuotteet --> kaulakoru"

 

Excuse the mess, im currently testing if shopify suits my needs. Also the website might be in different language, hope it works out fine tho.

Made4uo-Ribe
Shopify Partner
4192 964 1173

This is an accepted solution.

Thanks for the info, No worries. It is not a border its a shadow box. Check this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

 

.thumbnail[aria-current] {
    box-shadow: none !important;
}

 

 

  • And Save. 

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


Websiter
Tourist
3 0 3

Yup, this does the trick. Thank you!

 

Can you blur out my product photos though, I don't want them to show in this forum since its just a test run for me. Thanks again and sorry!

Made4uo-Ribe
Shopify Partner
4192 964 1173

Welcome, no worries I remove it. Have a nice day!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com