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!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025