How to hide the whatsapp button in all the device - Motion theme

This is a Motion theme in that I need to hide the WhatsApp chat button which is marked

I already tried but the result was not coming

I used this code but not working:

a.shp-cnv-shipway-chat{
display:none;
}

Website : https://yjffabpayrhrxhc6-67925410094.shopifypreview.com

Hi @Sivadarshan

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
a.shp-cnv-shipway-chat {
    display: none !important;
}

Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! :rocket: (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Hello @Sivadarshan ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
a.shp-cnv-shipway-chat {
    display: none !important;
}

Let me know if you need further assistance!

Hi @Sivadarshan

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Use our Big Bulk Discount app to boost your sales!(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Thanks!