Jump to content

How to have a different footer on pages other than home page.

Go to solution Solved by Web_Solutions,

Recommended Posts

Posted (edited)

Very simple, on my home page my footer is blue text on white background.

All i want to do is have the footer be navy background with white text on the other pages on my website.

I need this done using custom css since i dont have access to code injection.

Edited by OttawaOud
Posted
2 hours ago, OttawaOud said:

Very simple, on my home page my footer is blue text on white background.

All i want to do is have the footer be navy background with white text on the other pages on my website.

I need this done using custom css since i dont have access to code injection.

What is the website URL?

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

  • Solution
Posted
7 hours ago, OttawaOud said:

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

body:not(.homepage) [data-section-id="6609cdd6eebbb645f69f3290"] {
  .section-background {
    background: #0b142d !important;
  }
  .content-wrapper *{
    color: #fff !important;
  }
  .socialaccountlinks-v2-block .sqs-use--icon{
    fill: #0b142d !important;
  }
  .socialaccountlinks-v2-block .sqs-use--mask{
    fill: #fff !important;
  }
}

 

Screenshot_150.png

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

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.