Jump to content

Amy123457098

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Amy123457098 reacted to PhilB in Looking to remove or disable the add to cart button on the product page   
    You could check out this piece of CSS 
    https://sf.digital/squarespace-solutions/how-can-i-make-some-prices-poa-on-squarespace-71
    If you want to hide the 'add to cart' button on individual products amend the code so that the description after the .tag- is something like hidecart and then tag whatever product you want to remove  'add to cart' with 'hidecart'. You can change this wording to whatever you like but always keep the .tag- part.
    For example:
    /* Hide the add-to-cart button */
    .tag-hidecart .ProductItem-summary .ProductItem-details {
      .sqs-add-to-cart-button-wrapper, .product-quantity-input {
      display: none;
      }
    }
    Hopefully my amendment should work. Thanks to SF Digital for the original code.
  2. Thanks
    Amy123457098 reacted to tuanphan in Looking to remove or disable the add to cart button on the product page   
    /config/ is url for web owner. Please remove it when sharing link in the next time.
    Add to Home > Design > Custom CSS
     
    .sqs-add-to-cart-button-wrapper { display: none !important; }  
  3. Love
    Amy123457098 reacted to creedon in Cannot accurately target the code to a single image in grid gallery   
    Add the following to Website > Pages > Website Tools > Custom CSS.
    .mobile-style-nav #block-yui_3_17_2_1_1592486068357_51634 .sqs-gallery-block-grid .slide:nth-last-child( 2 ) { display : none; } 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.