Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!