This topic has 13 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
Hi Guys and thank you always for your quick response
Im in urgent need for hide the [ADD TO CARD] Button bellow when display products on Home page, Related product Categories …
Please check the attachment
>> https://s32.postimg.org/bkpi0y845/4802892030017536.png
and Private website
Hello,
Navigate to Dashboard->Theme Options->Shop->Just catalog->On.
Regards,
Robert Hall
Hi Robert and Thank you for your last quick response
Sorry for the misunderstanding
But I did not mean Add to card in the shop page
But the Add to card, please select Buttons Bellow the featured product as the link bellow
Thank you
https://s31.postimg.org/577b09na3/screenshot_www_tigi_cosmetics_net_2016_06_22_11.png
O5the quick question about how to hide In stock in single shop page
https://s32.postimg.org/44m57yls5/1466613069152screensave.png
Thanks A a lot…
Please try to add this code in Global Custom CSS.
.home .product-details .btn {
display: none !important;
}
.in-stock{
visibility: hidden;
}
Regards,
Robert Hall
Thank you again Robert
Its works good only on the home page
But it dost not work on the single shop product page
https://s32.postimg.org/o9esaxpit/1466615351587screensave.png
Thank you..
Note that there is Two Button needs to be hiden [Add to card] $ [ Select option ]
Thanks a alot
Also please add this code in Global Custom CSS
.single-product .product-details .btn {
display: none !important;
}
Regards,
Robert Hall
Thank you Robert
THe issue still exist in certain pages
Please check the page bellow
Hello,
Please use this css code:
.btn.border-grey.product_type_variable {
display: none !important;
}
Best regards,
Jack Richardson.
Thank you Jack
An other style issue
https://s31.postimg.org/wy8rxiurv/screenshot_www_clipular_com_2016_06_24_11_22_13.png
We can not change the hover color of Back to the previous page
Thanks again
Hello,
Please use this css code:
.back-history:hover, .back-history:hover:before {
color: red !important;
}
Best regards,
Jack Richardson.
Thank you
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Important!! How To Hide’' has been successfully resolved, and the topic is now closed for further responses