Expression Theme: remove product image borders

Hi, I use the expression theme. How do I remove the borders from the product photos in a product listing (ie collection page)? There’s a very thin border, and I want to remove it. The theme settings only has a setting for Collection List image borders, but nothing for the borders in a regular product listing. Thank you.

Hi @Rita_Mikusch ,

This is David at SalesHunterThemes.

I read your problem and it seems that I need to analyze your website to provide the solution here.

Would you please share your website URL

if your website is password protected then also provide the password.

David | SalesHunterThemes team.

@Rita_Mikusch - can you please share your website link where you have those borders?

Hi @Rita_Mikusch

Can you please share your store URL?

Hey @Rita_Mikusch

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hi @Rita_Mikusch

You can remove it by adding this css code to bottom of your styles.css or styles.css.liquid file

.product-block__image { border: none !important; }