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

How to remove this notification bar"This website would like to" and WhatsApp icon in the bottom.

How to remove this notification bar"This website would like to" and WhatsApp icon in the bottom.

rishabhshokeen
Tourist
4 0 1

Hello, 

 

 How to remove this leftover code from an app.

  • This notification bar on the top "This website would like to send you awesome updates and offers"
  • Whatsapp icon on the bottom right 

https://dophari.com/products/refillable-notepad

Replies 6 (6)

BSSCommerce-HDL
Shopify Partner
2305 835 907

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:

BSSCommerceHDL_0-1723798115014.png

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

rishabhshokeen
Tourist
4 0 1

The notification bar is still showing after adding the code

BSSCommerce-HDL
Shopify Partner
2305 835 907

BSSCommerceHDL_0-1723799161690.png

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

rishabhshokeen
Tourist
4 0 1

Screenshot 2024-08-16 at 3.49.51 PM.png

 

 

I'm talking about this circled updates offfer box 

anshult0mar
Visitor
1 0 0

have you solved your problem . if yes than kindly help me with the same problem

 

rishabhshokeen
Tourist
4 0 1

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;
}

 

 

Screenshot 2024-08-26 at 1.35.00 PM.png