Jump to content

RoseRae

Circle Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    RoseRae got a reaction from creedon in Looking to remove or disable the add to cart button on the product page   
    A.M.A.Z.I.N.G! Works perfectly! Thank you so much for your time Thomas, and both groups of CSS snippets work together beautifully. No price on either the product summary or detail pages, no add to cart button, and no variants shown. I'm using this as portfolio functionality to be able to see all my artwork by different categories separate from using index or collection pages. Wonderful 😄
  2. Like
    RoseRae reacted to creedon in Looking to remove or disable the add to cart button on the product page   
    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.
    <style>   /*        begin hide store product grid price          Version       : 0.1d0          SS Version    : 7.0          Template      : Avenue                                          your template is not listed? then it is not currently                     supported          By            : Thomas Creedon < http://www.tomsWeb.consulting/ >          */          .show-product-price #productList .product .product-price {            display : none;              }            /* end hide store product grid price */        </style> Let us know how it goes.
  3. Like
    RoseRae reacted to creedon in Looking to remove or disable the add to cart button on the product page   
    I"ve updated my code post. I added a commented out line with the CSS selector for price.
    When you want to hide the price just remove the /* and */ from the following line.
        /* #productDetails .product-price, */  
    When you want to do this hit me up. I don't think I've done that specific effect but it shouldn't be a problem.
    👍
    Let us know how it goes.
  4. Like
    RoseRae reacted to creedon in Looking to remove or disable the add to cart button on the product page   
    @RoseRae
    Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.
    <style> /* begin hide store product detail add to cart, quantity, and variants Version : 0.1d1 SS Version : 7.0 Template : Avenue your template is not listed? then it is not currently supported By : Thomas Creedon < http://www.tomsWeb.consulting/ > */ /* #productDetails .product-price, */ #productDetails .product-quantity-input, #productDetails .product-variants, #productDetails .sqs-add-to-cart-button-wrapper { display : none; } /* end hide store product detail add to cart, quantity, and variants */ </style> Let us know how it goes.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.