Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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!
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! 🚀 (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:
a.shp-cnv-shipway-chat {
display: none !important;
}
Let me know if you need further assistance!
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!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025