Visual Style Guide - Banner Overlay
Squarespace Color, Font and Other Design Styles
“This is a Quote Block Style”
Squarespace Color, Font and Other Design Styles
“This is a Quote Block Style”
Squarespace Color, Font and Other Design Styles
“This is a Quote Block Style”
Single Column - Turnip greens yarrow ricebean rutabaga endive cauliflower sea lettuce kohlrabi amaranth water spinach avocado daikon napa cabbage asparagus winter purslane kale. Celery potato scallion desert raisin horseradish spinach carrot soko. Lotus root water spinach fennel kombu maize bamboo shoot green bean swiss chard seakale pumpkin onion chickpea gram corn pea. Brussels sprout coriander water chestnut gourd swiss chard wakame kohlrabi beetroot carrot watercress. Corn amaranth salsify bunya nuts nori azuki bean chickweed potato bell pepper artichoke.
2 Column - Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean collard greens dandelion okra wakame tomato. Dandelion cucumber earthnut pea peanut soko.
2 Column - Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean collard greens dandelion okra wakame tomato. Dandelion cucumber earthnut pea peanut soko.
3 Column - Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean
3 Column -Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean
3 Column -Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean
TITLE HERE
SUBTEXT HERE ETC ETC ETC SUBTEXT HERE ETC ETC ETC SUBTEXT HERE ETC ETC ETC
Praesent id libero id metus varius consectetur ac eget diam. Nulla felis nunc, consequat laoreet lacus id.
Donec id justo non metus auctor commodo ut quis enim. Mauris fringilla dolor vel condimentum imperdiet.
Colors/Font Info (PDF)
Custom Video Folder
PW: FTW
How to connect your social media accounts - no password required.
All of Squarespace’s Videos in One Place! - Includes Design & Settings information
NOTE: When you upload images to your website, make sure to optimize them for the web (ie use the right size - 1500px wide is the standard with SqSP & make sure they are compressed to under 500kb & a resolution of 72 otherwise your site will load slowly.)
Optimizing and Formatting Images for Squarespace/Web
Tip: I use www.tinypng.com to compress my photos if they are larger than 500 kb.
Tip: Label your images clearly. DC1940.jpg = bad. dog-walker-portland-pug-puppy.jpg = good.
All the info about the Brine Template (Your template = Foster).
Using Squarespace Analytics - to monitor your visitor activity & tweak your page goals & Squarespace Analytics FAQs
We can help you. Contact sarah@sarahmoon.net to find out about training.
Also, check with your local library. Depending on the city, some libraries offer free access to Lynda.com tutorials with a valid library card.
Customer Support at Squarespace is great - they are super helpful if you are stuck.
You can reach them at Customer Care.
Here are the links to SqSp’s Twitter Feed & Status Update if the platform is being glitchy. Check here first before trying to figure out what you are doing wrong. It might not be you!! :)
Squarespace Twitter Help Feed - You don’t need to sign up to Twitter to view this. It’s public.
Squarespace Status - This will tell you if Squarespace is down & other connection issues
Your custom CSS code is in the Design --> Custom CSS section.
IMPORTANT! - If Squarespace is troubleshooting a problem and asks you to delete code, make sure you have a current copy of the latest code so you can copy & paste it back into:
Design --> Custom CSS section.
Also note that if you change templates, you will lose the code in the Design --> Custom CSS section. (Be aware that templates in different families have different selectors or "labels" which means that the code might not work with a new template.)
//hyphenation
p, h1, h2, h3 {
-webkit-hyphens: manual !important;
-moz-hyphens: manual !important;
-ms-hyphens: manual !important;
hyphens: manual !important;
}
//footer
.Footer {font-size: .8em;
border-top: 3px solid white;}
//gradient
.tweak-overlay-parallax-enabled .Index-page--has-image, .tweak-overlay-parallax-enabled .Intro--has-image{background: -moz-linear-gradient(-45deg, rgba(0,92,185,0.75) 0%, rgba(208,142,26,0.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,92,185,0.75) 0%,rgba(208,142,26,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,92,185,0.75) 0%,rgba(208,142,26,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf005cb9', endColorstr='#bfd08e1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
//button border
.small-button-style-outline .sqs-block-button .sqs-block-button-element--small, .medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium, .large-button-style-outline .sqs-block-button .sqs-block-button-element--large, .small-button-style-outline .sqs-alternate-block-style-container .sqs-block-button .sqs-block-button-element--small, .medium-button-style-outline .sqs-alternate-block-style-container .sqs-block-button .sqs-block-button-element--medium, .large-button-style-outline .sqs-alternate-block-style-container .sqs-block-button .sqs-block-button-element--large {
border-width: 2px;
border-style: solid;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}
//current cases section
#representation {background-color: rgba(0, 0, 0, 0.05);}
//form
//styles form
.form-wrapper .field-list .field .field-element {
border-bottom: 2px solid !Important;
background-color: #ffffff;
border-top: 0px;
border-left: 0px;
border-right: 0px;}
.form-wrapper .field-list .title {
font-size: 12px;
line-height: 1.5em;
text-transform: uppercase;
letter-spacing: .2em;
font-weight: 400;
color: #000;}
.tweak-header-secondary-nav-hover-style-button:not(.tweak-header-secondary-nav-inherit-styles).tweak-header-secondary-nav-button-style-outline .Header-nav--secondary .Header-nav-item:hover {
background-color: #bf7618;
color: #fff;
}
//bullets
//bullets
ul, menu, dir {
display: inline-block;
list-style-type: none;
margin-right: 20px;}
ul li:before {content:"✓";
position:absolute;
width:20px;
height:20px;
margin-left:-25px;
color: #00559f;
}
li {margin-bottom: 1em;}
Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.
Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.
Vivamus pellentesque vitae neque at vestibulum. Donec efficitur mollis dui vel pharetra.