Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How do I remove the "Apply to Collab" website button (from Shopify Collabs)

How do I remove the "Apply to Collab" website button (from Shopify Collabs)

10000K
Tourist
7 0 10

How do I remove this from the bottom corner of my website?  This is for Shopify Collabs.  I remember setting it up, but I can't figure out how to get rid of it.

 

Screen Shot 2024-04-15 at 2.24.07 PM.png

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9052 2163 2669

Hi @10000K 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
10000K
Tourist
7 0 10

Thanks for offering to help!  The URL is www.shopastralhouse.com, the button I am trying to remove is on the bottom left.

Made4uo-Ribe
Shopify Partner
9052 2163 2669

Thanks for the info, its look like an app for me.

Check this one if it work, if not then sorry to say you need to contact the provider. 

 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

button.dovetale-button {
    display: none !important;
}

 

And Save.  

Result:

Made4uoRibe_0-1713284148771.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
10000K
Tourist
7 0 10

I found that as a solution on a similar question when Shopify Collabs used to be called "Dovetail", but I think the code would be different now since the name of the app has changed.  I tried it and unfortunately it did not work, but thank you so much for taking the time to try to help!

Made4uo-Ribe
Shopify Partner
9052 2163 2669

Oh sorry about that, mostly if its from the app its hard to find there files where they add it in your store. And most of the time they used Javascript. Rarely some app will listen to the edits that you make from the code. I suggest that contact the app provider or atleast ask them how to remove the app. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.