Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
How to remove this leftover code from an app.
Hi @rishabhshokeen
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
div[style="position:fixed;bottom:12px;right:24px;z-index: 9999;margin: 10px;border-radius: 5px;text-align:center;cursor:pointer;line-height:0px;line-height:14px;letter-spacing:0px;font-family:font-family:'SourceSans-Regular'"] {
display: none!important;
}
.utility-bar.color-scheme-5.gradient.utility-bar--bottom-border {
display: none!important;
}
</style>
Here is result:
Hope this can help you, If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
The notification bar is still showing after adding the code
Is that notification bar you mentioned? or can you capture screen your notifcation bar you mean
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
I'm talking about this circled updates offfer box
have you solved your problem . if yes than kindly help me with the same problem
You need to add thus code in the end of the theme.liquid
.wigzo-push-dialog-iframe-div {
display:none !important;
}
.dialog-opt-in {
display:none !important;
}