How do I remove the 'Click here' button for Whatsapp chat on my site?

Topic summary

A user seeks help removing a “Click here” WhatsApp chat button that appeared after installing the Whatsapp by Superlemon app on their Shopify store.

Proposed Solutions:

Multiple support representatives offered CSS-based fixes:

  • Method 1: Add CSS code to hide the button by targeting .wa-share-btn-container.wa-share-btn-pos-left with display: none in the theme.css file (Online Store → Theme → Edit code → Assets → theme.css)

  • Method 2: Insert custom CSS within <style> tags before the </body> tag in the theme.liquid file

Both approaches involve accessing the theme code editor and adding CSS to hide the unwanted element. Screenshots were provided to illustrate navigation steps.

Status: The issue remains unresolved as the original poster has not confirmed whether either solution worked. The discussion appears to be awaiting user feedback on the suggested fixes.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

hi, i need help!

I should remove this label on my site, due to installing Whatsapp by Superlemon app.

How can I do?

The site link is: https://shoeroomsneakers.myshopify.com/

The password is: nuamedia

Schermata 2023-02-13 alle 16.26.06.png

@Alessiosnk ,

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file

.wa-share-btn-container.wa-share-btn-pos-left {
    display: none;
}

Hi @Alessiosnk

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store → Theme → Edit code.

Step 2: Open your theme.liquid theme file.

Step 3: Paste the below code before :


Hi @Alessiosnk ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved:

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.