Jump to content

Fixed transparent footer

Recommended Posts

  • Replies 5
  • Views 1.1k
  • Created
  • Last Reply
On 8/5/2021 at 6:06 PM, AMIANGELIKA said:

Site URL: https://cinnamon-purple-cals.squarespace.com

Hey! I would like to know how to make a fixed transparent footer with CSS so that the copyright sign and the contact button follow the user. Looked everywhere and no one seems to accomplish this task.

Thanks a lot!

Password: sodopizza

Hi. Incorrect password. Can you check it again?

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
On 8/17/2021 at 3:43 AM, AMIANGELIKA said:

Hi! The password...

Add to Design > Custom CSS

/* Footer transparent */
body {
    position: relative;
}
body footer#footer-sections {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
body footer.sections section, body footer.sections .section-background {
    background: transparent;
}

 

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.