Tagged: x
-
AuthorPosts
-
July 6, 2016 at 2:34 pm #1075270
turnkeyflyersParticipantHi, I would like to hide the add to cart hover on related products. I tried css I saw in another thread but it didn’t work. See image below. Thanks,
July 6, 2016 at 8:37 pm #1075665
DarshanaModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
July 9, 2016 at 3:18 pm #1079548
turnkeyflyersParticipantOk, my site is here: http://www.turnkeyflyers.com/shop
July 10, 2016 at 1:24 am #1079913
Rue NelModeratorHello There,
Thanks for providing the url of your site. To hide the add to cart buttons from your related products, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.woocommerce .upsells li.product .entry-header .button, .woocommerce .related li.product .entry-header .button, .woocommerce .cross-sells li.product .entry-header .button{ display: none; }In addition, I have included the upsells and cross sells in the code above. We would loved to know if this has work for you. Thank you.
July 18, 2016 at 3:19 pm #1092391
turnkeyflyersParticipantHi, thank you for the reply though the code did not work. I have left the code in there so you can check yourself if you’d like.
July 18, 2016 at 9:17 pm #1092834
FriechModeratorHi There,
Please update the given css code to this:
.woocommerce .upsells a.button, .woocommerce .related a.button, .woocommerce .cross-sells a.button { display: none; }Hope it helps, Cheers!
July 19, 2016 at 5:42 pm #1094289
turnkeyflyersParticipantHi, that doesn’t seem to work either.
July 20, 2016 at 12:49 am #1094810
ChristopherModeratorHi there,
Please try this code :
.woocommerce li.product:hover .entry-header .button { opacity: 0; }Thanks.
July 20, 2016 at 9:52 pm #1096358
turnkeyflyersParticipantThat did it, thanks!
July 20, 2016 at 10:43 pm #1096411
Prasant RaiModeratorYou are most welcome. 🙂
October 20, 2016 at 2:17 pm #1224328
turnkeyflyersParticipantHi, I have noticed that this code only removes the button. The link for the add to cart still displays. This makes it confusing to the user who clicks this and then the product is added to the cart. Please help me remove the link as well. You can see this here: https://www.turnkeyflyers.com/shop/
October 20, 2016 at 8:57 pm #1224823
Rue NelModeratorHello There,
To completely remove the add to cart button, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.woocommerce li.product .entry-header .button { display: none; }We would loved to know if this has work for you. Thank you.
October 21, 2016 at 4:40 pm #1225931
turnkeyflyersParticipantYes, that worked. Thank you,
October 21, 2016 at 10:30 pm #1226213
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1075270 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
