Please Find Zip Attachment below for further understanding. helping would be highly appreciated. Thanks
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.scssfile targeting.breadcrumb-wrap.parallax.breadcrumb-imgwithbackground-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.
Add this code in the bottom of timber.scss file.
nav.breadcrumb-wrapper.parallex.breadcrumb-img {
background-image: none !important;
}
.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