Removing of pop-up form

TGM_SG
Visitor
3 0 2

Hi, I would like to remove the pop-up when the page loads that was previously included. Currently using the Debut theme.  

Please see image attached as reference. 

Screenshot 2023-05-24 143254.png

 

 

 

Any help would be appreciated thanks!

Replies 7 (7)
Moeed
Shopify Partner
2336 591 706

Hey @TGM_SG 
Kindly share your Store URL and Password if enabled

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
Ujjaval
Shopify Partner
1242 197 190

@TGM_SG i think you're using app for the popup just you need to disable or delete so, popup automatically removed itself.

ZestardTech
Shopify Expert
5057 902 1205

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
oscprofessional
Shopify Partner
15597 2335 3015

Hello @TGM_SG 

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
TGM_SG
Visitor
3 0 2

Thanks everyone for offering to help, here's the URL:

https://www.thegoodsmatrix.com/

 

Thanks!

Moeed
Shopify Partner
2336 591 706

Hey @TGM_SG 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

 

<style>
.proof-factor-cb.proof-factor-cb-overlay.nictem {
    display: none !important;
}
</style>

 

Moeed_0-1686543884129.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications

- Expert in Shopify SEO optimization for higher search rankings.


- Your Coffee Tip , my code - a perfect blend! ❤️
oscprofessional
Shopify Partner
15597 2335 3015

hello @Moeed 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.scss.css>Add this code at the bottom.

.proof-factor-cb-overlay *[data-v-dd1fd830] {
    display: none !important;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing