Jump to content

Help with products (remove fade-in)

Recommended Posts

Site URL: https://testsiteforflyingfingers.squarespace.com/berroco

Hello everyone - I'm new to the forum.

I would greatly appreciate assistance with 2 things:

1. The images fade in when the page loads and I'd like to remove that.

2. How can I make it so there are 5 or 6 products in a single row?

https://testsiteforflyingfingers.squarespace.com/berroco

I thought the Animation section would be the answer but it was already set to "none"

Thank you very much for any help!

Link to comment
  • Replies 1
  • Views 1.5k
  • Created
  • Last Reply

Q1. Add to Home > Design > Custom CSS

.products.collection-content-wrapper .grid-item {
    opacity: 1 !important;
    transform: unset !important;
}

Q2. Add to Home > Design > custom CSS

@media screen and (min-width:768px) {
.products.collection-content-wrapper .list-grid {
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
    grid-column-gap: 2vw !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.