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

Solved

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

Sivadarshan
Shopify Partner
241 1 35

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

Sivadarshan_0-1737460232569.png

 

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

 

Accepted Solution (1)

topnewyork
Astronaut
1175 154 198

This is an accepted solution.

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 </head>

 

<style>
a.shp-cnv-shipway-chat {
    display: none !important;
}
</style>

 

 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!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Replies 3 (3)

websensepro
Shopify Partner
1854 215 262

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:

websensepro_0-1737461112309.png

 

 

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! 🚀 (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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

ZestardTech
Shopify Partner
6071 1087 1458

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

 

ZestardTech_0-1737461332549.png


Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

topnewyork
Astronaut
1175 154 198

This is an accepted solution.

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 </head>

 

<style>
a.shp-cnv-shipway-chat {
    display: none !important;
}
</style>

 

 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!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month