Home › Forums › All Other Themes › Pizza Theme: How to disable/hide the CART
- This topic has 7 replies, 2 voices, and was last updated 2 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
December 3, 2021 at 10:30 am #187266
Hi,
Please show me how to on the Pizza theme.
1) disable/hide all the “Add to Cart” on all page.
2) remove the CART icon in header menuThanks,
-jimmyPS. I was able to find someone already asked the same question that I have but can’t find any answer. Where can I find the FAQ section ?
December 3, 2021 at 2:34 pm #187287Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header-extras { display:none !important;} .addtocartscode1, .woocommerce ul.products li.product .button { display: none !important;}
Regards,
DaveDecember 4, 2021 at 12:39 am #187316Dave,
Thanks, it works on the Shopping cart on header nav and on the Home/Front page and Shop page.But if you click on the item itself on the SHOP, it still take you to the item page with the Quantity and the “Add to cart” button showing. Can you help please?
Question #2, how do I add the Shop or the Our Menu to the Header Navigation bar?
Thank you so much.
-jimmyDecember 6, 2021 at 6:17 pm #187368Hi,
Kindly show us your website URL so that we can assist further.
Regards,
DaveDecember 7, 2021 at 9:18 am #187399Hi Dave,
https://papagpizza.com/tietkiem
Go to Our menu -> click on any product (Almond cookie), new page opened. You can see the Quantity and “Add to Cart” button. I need to Disable the Quantity and “Add to cart”
Thanks
December 7, 2021 at 6:33 pm #187438Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.woocommerce div.product form.cart {
display: none;
}Regards,
DaveDecember 7, 2021 at 9:50 pm #187460Dave, it worked perfectly !!! Thanks
December 8, 2021 at 5:48 pm #187514Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.