Hello, I am trying to remove this block from my website and there are 0 options to do so- any suggestions?
You can see the odd “no image” text, I would just like it removed.
A user is trying to remove an unwanted “no image text” block from their Shopify Broadcast theme website, which appears where an image should be displayed.
Proposed Solutions:
Three community members offered CSS-based fixes:
Option 1: Add CSS code to theme.css targeting .section.sticky-hero elements to hide the container with display: none
Option 2: Insert CSS in theme.liquid file just before the </body> tag to hide the problematic element. The responder notes this is a quick fix and recommends removing the failed image code entirely, suggesting a Chrome extension for theme file search to locate “sticky-hero” references
Option 3: Similar approach of adding CSS before </body> in theme.liquid
Key Recommendations:
While CSS hiding provides immediate results, the underlying issue is a missing image. The ideal solution involves either:
The discussion remains open with no confirmation of which solution worked.
Hello, I am trying to remove this block from my website and there are 0 options to do so- any suggestions?
You can see the odd “no image” text, I would just like it removed.
Hi @sydneywhite22 ,
I understand you want to remove the “no image text.” This appeared since there was no image provided. You can remove the said container and image text using the CSS below.
section.sticky-hero.margin-bottom-xl.js-sticky-hero {
display: none;
}
This should be the look of your website after following the instructions
This is just a quick fix though, ideally you should have the code of this failed image removed altogether.
If you’re unsure where this is coming from, using a chrome extension to search for text like this one and searching for “sticky-hero” can help you. Alternatively contact the Broadcast support team or a professional developer.
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Hi @sydneywhite22 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly