Visual Style Guide - Regular Pages

Squarespace Color, Font and Other Design Styles


 

Heading 1

Heading 2

Heading 3

Body (Normal)

Body Link Style

Body Quote Style
 
This is a Quote Block Style
— Source
 

Heading 1

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.


Heading 2

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.

Heading 2

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.


Heading 3

3 Column - Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean

Heading 3

3 Column -Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean

Heading 3

3 Column -Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean


Call to Action Button Styles


Form Style

 
 

Inline Image Style

 
 
 

Other Images Card Styles - as required.

 

This is a card Stack style with icons

This is the body text

 
hal-gatewood-480582-unsplash.jpg

TITLE HERE

SUBTEXT HERE ETC ETC ETC SUBTEXT HERE ETC ETC ETC SUBTEXT HERE ETC ETC ETC


Blog Summary Block Style

Summary Block
This is example content. Double-click here and select a page to feature its content. Learn more

Colors/Font

FTW-Logo.png

Squarespace Tutorials and information


Custom Videos

Custom Video Folder
PW: FTW

How to connect your social media accounts - no password required.

Squarespace Videos & Guides

All of Squarespace’s Videos in One Place! - Includes Design & Settings information

Squarespace Guides


General Page Editing Information

Optimizing your Images for Squarespace

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.


Your Template and Squarespace General Info

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

Additional Training

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

Customer Support at Squarespace is great - they are super helpful if you are stuck.

You can reach them at Customer Care.

Troubleshooting - it’s not you, it’s Squarespace

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


Custom Code

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.)

Copy of the latest code:

//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

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 zucchini.

 
oleg-laptev-546592-unsplash.jpg

Title 1

Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.

Title 2

Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.

Video Block
Double-click here to add a video by URL or embed code. Learn more

Title 3

Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.