Header
Site Title Color
Entire Site
.site-title a {
color: #ff0000 !important;
}
One Page
body#collection-58178adec534a576aa3f95c1 .site-title a {
color: #ff0000 !important;
}
Disable Site Title Link
Entire Site
.site-title a {
pointer-events: none;
}
One Page
body#collection-58178adec534a576aa3f95c1 .site-title a {
pointer-events: none;
}
Header Background Color
Entire Site
div#headerAnnouncementWrapper {
background: #000;
}
One Page
body#collection-58178adec534a576aa3f95c1 div#headerAnnouncementWrapper {
background: #000;
}
Remove Header
Entire Site
div#headerAnnouncementWrapper {
display: none;
}
One Page
body#collection-58178adec534a576aa3f95c1 div#headerAnnouncementWrapper {
display: none;
}
Navigation Overlay Color
Entire Site
div#sideTrayWrapper {
background: #ff0000;
}
One Page
body#collection-58178adec534a576aa3f95c1 div#sideTrayWrapper {
background: #ff0000;
}
Show Hamburger icon on Mobile
@media screen and (max-width:640px) {
.nav-toggle-label {
display: block;
}
div#headerAnnouncementWrapper {
transform: translateY(0) !important;
}
}
Align Navigation Items
.main-navigation>div {
text-align: left;
}
Show Navigation Overlay Close Icon on Top
@media screen and (max-width:640px) {
.nav-close-toggle-wrapper {
top: 50px !important;
bottom: unset !important;
right: 10px;
}
}
Replace Hamburger Icon with word “Menu”
.nav-toggle-label {
visibility: hidden;
}
.nav-toggle-label:before {
visibility: visible;
content: "HERE IS MENU";
color: #000;
font-size: 20px;
background: #f1f2f8;
padding: 10px 20px;
border-radius: 20px;
}
Add word “Menu” beside Hamburger Icon
.nav-toggle-label:before {
visibility: visible;
content: "HERE IS MENU";
color: #000;
font-size: 20px;
background: #f1f2f8;
padding: 10px 20px;
border-radius: 20px;
}
Remove Navigation (Desktop)
Entire Site
.nav-toggle-label {
visibility: hidden;
}
One Page
body#collection-58178adec534a576aa3f95c1 .nav-toggle-label {
visibility: hidden;
}
Align Right Site Title (Site Title [Right] – Menu [Left])
.header-special.flex-item {
display: none;
}
Footer
Footer Background Color
Entire Site
footer#footer {
background: #ff0000;
}
One Page
body#collection-58178adec534a576aa3f95c1 footer#footer {
background: #ff0000;
}
Footer Background Image
Replace https://beaverhero.com…. with New Image URL
Entire Site
footer#footer {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/flatiron-squarespace.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center center;
}
One Page
body#collection-58178adec534a576aa3f95c1 footer#footer {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/flatiron-squarespace.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center center;
}
Remove Footer
Entire Site
footer#footer {
display: none;
}
One Page
body#collection-58178adec534a576aa3f95c1 footer#footer {
display: none;
}
Blog Page – Blog Posts
Remove Post Date
.date-wrapper {
display: none;
}
Remove Post Excerpt
.entry-excerpt.p-summary {
display: none;
}
3 Post/Row to 1 Post/Row
article {
float: none !important;
width: 100% !important;
}
Remove Post Categories/Tags
.blog-meta-item.blog-categories {
display: none !important;
}
Other
Contact Form Button Style
.form-button-wrapper .button {
background: #000 !important;
color: #f1f2f3 !important;
border-radius: 20px !important;
font-size: 20px !important;
box-shadow: none !important;
}
Page Background Color
Entire Site
main#page {
background: #000;
}
One Page
body#collection-579120a6c534a5623828796b main#page {
background: #000;
}
Page Background Image
Entire Site
main#page {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/flatiron-squarespace.jpg);
background-repeat: repeat-y;
background-size: cover;
background-position: center center;
}
One Page
body#collection-579120a6c534a5623828796b main#page {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/flatiron-squarespace.jpg);
background-repeat: repeat-y;
background-size: cover;
background-position: center center;
}