How to remove from background "No Image" watermark? please help !!

Topic summary

A user seeks help removing a “No Image” watermark appearing in their store’s background.

Solutions Provided:

  • Option 1: Add CSS code to the bottom of the timber.scss file targeting .breadcrumb-wrap.parallax.breadcrumb-img with background-image: none !important;

  • Option 2: Hide the breadcrumb element entirely by adding .breadcrumb-wrap { display: none; } to the CSS file via Online Store > Themes > Edit code > Assets > timber.scss.liquid

Related Issue:

Another user with Ride 9.0 theme faces a similar watermark problem in their “image and text” section but lacks a timber.scss file, indicating theme-specific variations may require different approaches.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Please Find Zip Attachment below for further understanding. helping would be highly appreciated. Thanks

1 Like

@iallahditta

Add this code in the bottom of timber.scss file.

nav.breadcrumb-wrapper.parallex.breadcrumb-img {
    background-image: none !important;
}

@iallahditta ,

.breadcrumb-wrap {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid

Hi, Im having the same issue with my Ride 9.0 Theme- On my main page where the “image and text” is i want to remove the image but it leaves behind a no image watermark- i tried fixing this with your solution but i dont have a timber.scss file, please help if you can