How to hide 'Add to cart' only in html block used in menu
-
Hi,
I use the mega menu with custom html block and I want to hide only add to cart button for item in the menu.
Hello,
Please provide me with some relevant screenshots of the specific area which add to the cart button you are trying to hide with the URL of the page to check it myself and help you out accordingly.
Regards.
Xtemos Studios.
Hi,
Can you see it in menu Nouveauté and Exclusivités.
I only hide price and add to cart from the menu. In web site content, no change.
I added the site url in the private content.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
li#menu-item-1770 .product-grid-item .price, li#menu-item-1770 .woodmart-hover-standard .woodmart-add-btn {
display: none;
}
li#menu-item-1773 .product-grid-item .price, li#menu-item-1773 .woodmart-hover-standard .woodmart-add-btn {
display: none;
}
Regards.
Xtemos Studios.
Hello,
Well @sampaya, it’s been great chatting with you! I hope I resolved your issues thoroughly.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘How to hide 'Add to cart' only in html block used in menu’ is closed to new replies.