Home Forums WoodMart support forum Hide add to cart issue

Hide add to cart issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110648

    Brandboutik
    Participant

    Hi,
    In my website brandboutik.com, I wanted to hide the “add to cart” a while ago, so i tried “Catalog mode” which did remove it but also hides my color swatch from the product page. So you guys provided me with a code after that, which worked fine, but now I noticed that it also hides the price in the product page only. here’s the code you gave me:
    .product-image-summary .summary-inner>.price, .product-image-summary .woodmart-scroll-content>.price {
    font-size: 22px;
    line-height: 1.2;
    display: none;
    }
    .woocommerce-variation-add-to-cart{
    display:none;
    }

    This was inserted in Theme Settings>Customer CSS>Global Custom CSS
    I gave you access if you need in private content
    Thanks.

    #110658

    Hello,

    Find and remove this code from Theme Settings>Customer CSS>Global Custom CSS:

    .product-image-summary .summary-inner>.price, .product-image-summary .woodmart-scroll-content>.price {
    font-size: 22px;
    line-height: 1.2;
    display: none;
    }

    Best Regards

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