How can I remove the unexpected design button on my website?

Solved

How can I remove the unexpected design button on my website?

Alex_238
Visitor
3 0 1

This randomly popped up and I have no use for it. It doesn’t show when I’m editing the page but it does show on the actual website. 

Accepted Solution (1)
Moeed
Shopify Partner
5533 1499 1790

This is an accepted solution.

Hey @Alex_238 

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>
.cj-design-btn2-box {
    display: none !important;
}
</style>

Moeed_0-1690269202879.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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

ZestardTech
Shopify Partner
5776 1052 1392

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

Moeed
Shopify Partner
5533 1499 1790

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

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Alex_238
Visitor
3 0 1
Moeed
Shopify Partner
5533 1499 1790

This is an accepted solution.

Hey @Alex_238 

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>
.cj-design-btn2-box {
    display: none !important;
}
</style>

Moeed_0-1690269202879.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 Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


ZestardTech
Shopify Partner
5776 1052 1392

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

.cj-design-btn2-box {
    display: none!important;
}

ZestardTech_0-1690269040530.png

 

 

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