Home Forums WoodMart support forum How to hide 'Add to cart' only in html block used in menu

How to hide 'Add to cart' only in html block used in menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #261664

    sampaya
    Participant

    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.

    #261725

    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.

    #262031

    sampaya
    Participant

    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.

    #262057

    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.

    #262152

    sampaya
    Participant

    Great, it works

    #262299

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to hide 'Add to cart' only in html block used in menu’ is closed to new replies.