Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #308505
    micheal_w
    Member
    Post count: 498

    Hi Guys,

    Is it possible to hide the Add To Cart button (and the +/- buttons) on certain product pages only?

    Thanks!

    #308527
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    With some css it’s possible.
    Example.

    .single-product.postid-1315 .single_variation_wrap, .single-product.postid-1316 .single_variation_wrap{
      display:none!important;
    }

    You just have to repeat that rule and replace the number by the product ID.

    Besides that don’t see any default option in Woocommerce to do it.

    -Rui

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

You must be logged in to reply to this topic.