Jump to content

fred

Circle Member
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    fred reacted to Beyondspace in CSS code for adding the zoom in hover effect on Blog Summary Block   
    Try adding to Home > Design > Custom Css
    .BlogList-item:hover img { transform: scale(1.05); } .BlogList-item img { transition: 0.5s; } Let me know how it works on your site
    Press đź‘Ť or mark this answer as solution to help another one too
  2. Like
    fred reacted to tuanphan in How can I display an open Accordion Block item by default?   
    Add to Design > Custom CSS
    /* Accordion Block - Expand all items */ .sqs-block-accordion .accordion-item__dropdown { display: block !important; }  
  3. Like
    fred got a reaction from tuanphan in Hiding Add to Cart Button on Certain Products   
    paul2009's solutions works like a charm!

    Thank You!

    Fred
  4. Like
    fred reacted to paul2009 in Hiding Add to Cart Button on Certain Products   
    The reason why the code above isn't working, is because it is now outdated. It relies on categories being included in the Product Details section of the page, but they are no longer included on Squarespace 7.1 (since Product Collections 2.0 were introduced). 
    As you've already added a 'no-cart' tag to the product, you can use this instead. Simply change .category-no-cart to .tag-no-cart in the code, and the button should be hidden. See below.
    .tag-no-cart .sqs-add-to-cart-button, .tag-no-cart .product-quantity-input {   display: none !important; }   If this helps you, please click "Like" below  ⬇️

     
  5. Like
    fred reacted to tuanphan in Hiding Add to Cart Button on Certain Products   
    Add category: no-cart, then add this to Home > Design > Custom CSS
    .category-no-cart .sqs-add-to-cart-button { display: none !important; }  
Ă—
Ă—
  • 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.