What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Border around thumbnails craft theme

Solved

How to remove border around thumbnails in Craft theme?

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
9146 2183 2698

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9146 2183 2698

Hi @Websiter 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
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
9146 2183 2698

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
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
9146 2183 2698

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.