Hi team, i just want to ask if possible that Cart icon below on product display in web store have option to hide.. I want the product and corresponding price only will appear and if the customer wanted to buy, they send only a message in CONTACT US? is it possible?
Thank you…
@msjabar
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello @msjabar !
Hope you are doing well.
Yes, you can hide the cart icon by adding custom CSS to your theme file.
Please share your store URL so that I can send you the code.
Thank you for your quick response @KetanKumar ,
Yes I do patiently waiting for that solution
Thank you…
@msjabar
do you need hide cart icon product page and collection page right?
Hello @msjabar !
Thanks for the store URL.
Please add the below CSS code in the bootstrap.min.css theme file at the bottom to hide the cart button under the product:
.item-inner button.btn-cart {
display: none !important;
}
.product-info-main .button-cart {
display: none !important;
}
Hope this will help you out.
@rutvik_shop Thanks a lot for the code, this is a great help for me..
and more power team shopify..