A user is experiencing unwanted thin borders appearing around uploaded images in the Dawn theme, particularly in multirow sections and product pages. The borders are especially noticeable when images have white backgrounds.
Issue Details:
Borders appear on images in various sections
Creates visual inconsistency with white-background images
User provided a screenshot demonstrating the problem
Resolution:
A solution was provided involving custom CSS:
Navigate to Online Store → Theme → Edit code
Open the base.css file
Add the following code at the bottom:
.image-with-text__media {
border: 0 !important;
}
Note: The user initially declined to share their store URL publicly, though helpers indicated direct store access would enable more thorough troubleshooting. The CSS solution was ultimately provided after the URL was shared privately.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
The uploaded images (in sections such as multirow and images inserted into product pages) have a thin border. It is annying as if the image has a white background it does not look good. Please see the right side of the image I’ve attached.