Hello.
I have a little problem with a very annoying line around the category circle, the image has a light gray background (background color/transparent png) to make a 3d effect with the product in the category, but as much as I try to fix it, it continues the same line as always. It would be great if someone knows how to get it out.
NOTE: I have attached a printscreen and will leave my website: www.blasti.com.br
Hi @NicolasBlasti
Your question looked easy to find the fix but it was way beyond where we were thinking.
Good news is, I found the solution.
Paste the below CSS in theme.liquid under Layout just after
.collection-list .collection-item__image-wrapper.collection-item__image-wrapper--rounded {
background: none !important;
}
1 Like
Great!
Friend, thank you very much, it worked perfectly.
I put the CSS code on the last line of theme.css and it worked super good apparently. I imagine the work that this annoying problem must have given me, several attempts and I never managed to fix it haha…
1 Like
You can mark the correct answer as a solution so later concerns for same issue can find this.
Thanks
1 Like