Shopify themes, liquid, logos, and UX
Hi,
Please could someone help me remove these thin grey borders that are showing on images on my blog post.
The URL is https://www.ohpopsi.com/blogs/news/autumn-shades
Many thanks.
Solved! Go to the solution
This is an accepted solution.
Navigate to assets --> base.css and remove the CSS declaration that is adding the border, it should be on line 3171. If it doesn't work, I can fix it for you.
This is an accepted solution.
Navigate to assets --> base.css and remove the CSS declaration that is adding the border, it should be on line 3171. If it doesn't work, I can fix it for you.
That worked a treat. Thank you.
Hello @bjohns 👋
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.article-template__content img {
border: none !important;
}
The result
Hope that helps!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024