Removing Unwanted Text/Option For Customer

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

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

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.

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