Header
Hide Site Title
Entire Site
.site-title {
display: none;
}
One Page
body#collection-56f98675ab48de07399abc3c .site-title {
display: none;
}
Hide Navigation
Entire Site
.nav-wrapper {
display: none;
}
One Page
body#collection-56f98675ab48de07399abc3c .nav-wrapper {
display: none;
}
Hide Header
Entire Site
/* Desktop - Tablet */
header#header {
display: none;
}
/* Mobile */
.mobile-bar-wrapper {
display: none;
}
/* Remove white space */
div#site {
padding-top: 0 !important;
}
One Page
/* Desktop - Tablet */
body#collection-56f98675ab48de07399abc3c header#header {
display: none;
}
/* Mobile */
body#collection-56f98675ab48de07399abc3c .mobile-bar-wrapper {
display: none;
}
/* Remove white space */
body#collection-56f98675ab48de07399abc3c div#site {
padding-top: 0 !important;
}
Header Background Color
Entire Site
/* Mobile */
.mobile-bar-wrapper {
background: #ff0000 !important;
}
/* Desktop - Tablet */
header#header {
background: #ff0000;
margin: 0 auto;
padding: 3vw 5vw;
}
One Page
/* Mobile */
body#collection-56f98675ab48de07399abc3c .mobile-bar-wrapper {
background: #ff0000 !important;
}
/* Desktop - Tablet */
body#collection-56f98675ab48de07399abc3c header#header {
background: #ff0000;
margin: 0 auto;
padding: 3vw 5vw;
}
Fixed Header
Entire Site
header#header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
div#content {
padding-top: 8vw;
}
One Page
body#collection-56f98675ab48de07399abc3c header#header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
body#collection-56f98675ab48de07399abc3c div#content {
margin-top: 8vw;
}
Site Title (Top) – Navigation (Bottom)
header#header {
flex-direction: column;
}
.logo-wrapper {
margin-bottom: 20px;
}
Site Title (Top) – Menu Button (Bottom) [Mobile]
.mobile-bar-wrapper {
flex-direction: column-reverse;
}
div#site {
padding-top: 120px !Important;
}
Site Title (Right) – Hamburger Menu (Left)
.mobile-bar-wrapper {
flex-direction: row-reverse;
}
Add word “Menu” beside Hamburger Icon
.mobile-nav-toggle-label:before {
content: "Menu";
position: absolute;
right: 50px;
top: 19px;
font-size: 20px;
color: #ff0000;
}
Force Mobile Header on Desktop
/* Show Mobile Header */
.mobile-bar-wrapper {
display: flex;
margin: 3vw auto;
padding: 0 5vw;
justify-content: space-between;
}
/* Hide Desktop Header */
header#header {
display: none;
}
Reduce Padding Top Overlay Navigation
.overlay-nav-container {
min-height: 50vh;
bottom: unset;
}
Mobile Navigation Overlay Background
div#overlayNav {
background: #ff0000;
}
Disable Site Title Link
Entire Site
.site-title {
pointer-events: none;
}
One Page
body#collection-56f98675ab48de07399abc3c .site-title {
pointer-events: none;
}
Footer
Remove Footer
Entire Site
footer#footer {
display: none;
}
One Page
body#collection-56439dabe4b07a45a86aaa67 footer#footer {
display: none;
}
Footer Background Color
Entire Site
footer#footer {
background: #ff0000;
max-width: 100%;
margin: 0;
padding: 3vw;
}
One Page
body#collection-56439dabe4b07a45a86aaa67 footer#footer {
background: #ff0000;
max-width: 100%;
margin: 0;
padding: 3vw;
}
Home Page
Align Title
h2.index-item-title {
text-align: right !important;
display: block;
width: 100%;
}
Blog Page – Blog Posts
Remove Published Date
.Blog-meta-item--date {
display: none !important;
}
Remove Featured Image
.view-list .BlogList-item-image {
display: none;
}
Other
Page Background Color
Entire Site
div#site {
background: #ff0000;
}
One Page
body#collection-56f99921e707eb2fa53095fa div#site {
background: #ff0000;
}
Page Background Image
Entire Site
div#content {
background-image: url(https://images.squarespace-cdn.com/content/v1/5a05aed…/1563…wGCbXuJBFqZ-erYzVouT8yOb9TwqchglLQOCYTRn7ZGxI/image-asset.jpeg?format=750w);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
One Page
body#collection-56f99921e707eb2fa53095fa div#content {
background-image: url(https://images.squarespace-cdn.com/content/v1/5a05aed…/1563…wGCbXuJBFqZ-erYzVouT8yOb9TwqchglLQOCYTRn7ZGxI/image-asset.jpeg?format=750w);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}