What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: How do I remove this “design button”

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
6369 1725 2088

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

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 5 (5)

ZestardTech
Shopify Partner
5912 1068 1414

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
6369 1725 2088

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Alex_238
Visitor
3 0 1
Moeed
Shopify Partner
6369 1725 2088

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

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


ZestardTech
Shopify Partner
5912 1068 1414

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