Jump to content

[squarespace 7.1] Disable footer from site-wid animations

Recommended Posts

Hi there, is it possible to disable the site wide animations from affecting the contents within my site footer?

Any help greatly appreciated.

Edited by sitehut
Link to comment
2 hours ago, sitehut said:

Hi Tuanphan, thanks for the reply. That sounds like a good plan! Here's a link to the site. Password is Password . 

 

https://round-chiton-dymz.squarespace.com

Add to Home > Design > Custom CSS

footer#footer-sections * {
    opacity: 1 !important;
    transition: unset !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

@tuanphan that did indeed work, however it also disables other animations I use in the footer, for example I use the following code to animate links when they are hovered:

/* Link hover transition */

a {
	transition: 0.4s !important;
}

Is it possible to disable the site-wide 'slide'  from the footer, while still enabling the hover transition code? Thanks in advance! 

Link to comment
3 minutes ago, sitehut said:

@tuanphan that did indeed work, however it also disables other animations I use in the footer, for example I use the following code to animate links when they are hovered:


/* Link hover transition */

a {
	transition: 0.4s !important;
}

Is it possible to disable the site-wide 'slide'  from the footer, while still enabling the hover transition code? Thanks in advance! 

footer#footer-sections * {
    opacity: 1 !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

@tuanphan That almost works, however the slide transition is still occurring, it just doesn't fade/ease in - I've left this active if you wanted to see what I'm referring to (You have to immediately scroll to the footer to see the problem occur).

Link to comment
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

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