Jump to content

How can I change the background color on one page?

Recommended Posts

I use Mercer template and wont to change only index page background color .at first I tried to use


 <style>
  body {background-color: pink;}
  #canvas {background-color: pink;}
</style>

than


.collection-[id] #content { background-color: [your color #]; }

all 2 examples not working for me

pls help me :((((

Link to comment
  • 3 months later...
  • Replies 2
  • Views 8.3k
  • Created
  • Last Reply

Hi @ghevond,

You need to add this code to Page settings | Advanced | PAGE HEADER CODE INJECTION :


<style>
.Header--top {
  background: lightblue;
}
.Main {
  background: lightblue;
}
.Footer {
  background: lightblue;
}
</style>

Hopefully this will help you.

If you need any more help, please write me a message or send me an email on support@spacedevs.com and I'm more than happy to solve your problem.

Also, feel free to visit our website (www.spacedevs.com) for great styles and designs for your Squarespace Website.

Kind regards,

SpaceDevs Team

[SpaceDevs][1] provides the SquareSpace solution you've been looking for. We have a shop stocked with Squarespace plugins to help make your site shine. If you need extra Squarespace design, you can contact our team to build your Squarespace custom code too. Visit our [site][2] today and launch your website into the stratosphere! [1]: http://www.spacedevs.com [2]: http://www.spacedevs.com

Link to comment

Also, you can change the width of the border using this code:


.tweak-site-border-show .Site {
  border: 50px solid lightblue;
}



[SpaceDevs][1] provides the SquareSpace solution you've been looking for. We have a shop stocked with Squarespace plugins to help make your site shine. If you need extra Squarespace design, you can contact our team to build your Squarespace custom code too. Visit our [site][2] today and launch your website into the stratosphere! [1]: http://www.spacedevs.com [2]: http://www.spacedevs.com

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.