Jump to content

Change footer background color, Native template

Recommended Posts

Site URL: https://www.paulvirant.com/

Hello! I am wanting to change the background color of the entire footer section on the site paulvirant.com (all pages). The site uses the Native template, 7.0. I've found and tried various CSS suggestions such as:

#footer {
  background: #F1ECC2;
  max-width: 100%;
}

but none effect the full footer area. Any guidance would be much appreciated. Thank you!

Link to comment
On 8/3/2021 at 4:10 AM, lottiegee said:

Site URL: https://www.paulvirant.com/

Hello! I am wanting to change the background color of the entire footer section on the site paulvirant.com (all pages). The site uses the Native template, 7.0. I've found and tried various CSS suggestions such as:

#footer {
  background: #F1ECC2;
  max-width: 100%;
}

but none effect the full footer area. Any guidance would be much appreciated. Thank you!

Hi. Your footer is not fullwidth, so above code won't work.

Try adding this to Design > Custom CSS

@media screen and (min-width:641px) {
div#footerWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #f1ecc2;
    padding-top: 20px;
}
div#pageWrapper {
    margin-top: 120px;
}
}

 

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

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.