Removing Unwanted Text/Option For Customer

Solved
TheWhiskerWorld
Tourist
6 0 0

When customers veiw my products there is an orange button that says "Design" although I do want them to be able to customize it, when you click on it is very difficult to use and is definitely not the format I am looking for. Does anyone know how to remove this?

www.thewhiskerworld.shop

 

 

Accepted Solution (1)
StephensWorld
Shopify Expert
616 29 131

This is an accepted solution.

I wouldn't know which app is generating the button, without going into your Shopify admin (which I would have to charge you to do). 

 

If it's not obvious which app is causing this to show, then you can just copy-and-paste the code I provided in my last message into your theme's CSS file. 

 

See here for an easy way to do it (if you don't know which file/template your CSS is in): https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css#custom-css 

★ Did my post help? If yes, then please like and accept solution. ★

→ Hire me for your Shopify project @ stephens.world

View solution in original post

Replies 3 (3)
StephensWorld
Shopify Expert
616 29 131

I'm pretty sure that button is being generated from an app you're using, so if you removed the app, it would also remove the button. 

 

Alternatively, you can hide it from all product pages by adding the following coding to your theme's CSS file:

 

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

★ Did my post help? If yes, then please like and accept solution. ★

→ Hire me for your Shopify project @ stephens.world

TheWhiskerWorld
Tourist
6 0 0

Where do I find this code? I'm not sure which app it would be coming from, and for some reason, it is only showing this on the customers end. When I view the product the button isn't there.

StephensWorld
Shopify Expert
616 29 131

This is an accepted solution.

I wouldn't know which app is generating the button, without going into your Shopify admin (which I would have to charge you to do). 

 

If it's not obvious which app is causing this to show, then you can just copy-and-paste the code I provided in my last message into your theme's CSS file. 

 

See here for an easy way to do it (if you don't know which file/template your CSS is in): https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css#custom-css 

★ Did my post help? If yes, then please like and accept solution. ★

→ Hire me for your Shopify project @ stephens.world