Changing Background
Ok so this code works on our current template and from what I can see it looks like it will work on the Mitchell's Journey Page as well, but if not just give me a call.
- Go to the page you want to edit
- Go to Settings ->Advanced
- Insert the following code into the "Page Header Code Injection" space
<style>
#canvas {background-color: white;}
</style>
You can change "white" to any color you want, including hex codes.
Hope that works!
Jordan
// ---------------------------------------------------
// Horozontal Line
// The following code overrides and modifies the existing image captions on hover within your Squarespace site Copywrite 2016 Squaresplugs.com
// ---------------------------------------------------
.sqs-block-horizontalrule hr {
background: #FF8d25 !important;
margin: 25px 0px; }
// --------------------END----------------------------