Header
Site Title Color
Entire Site
.Header-branding {
color: #000 !important;
}
Entire Site
body#collection-56f05845a3360cea3289dc15 .Header-branding {
color: #000 !important;
}
Disable Site Title Link
Entire Site
.Header-branding {
pointer-events: none;
}
One Page
body#collection-56f05845a3360cea3289dc15 .Header-branding {
pointer-events: none;
}
Remove Site Title
Entire Site
.Header-branding {
display: none;
}
One Page
body#collection-56f05845a3360cea3289dc15 .Header-branding {
display: none;
}
Site Title (Right) – Navigation (Left)
.Header-inner.Header-inner--bottom {
flex-direction: row-reverse;
justify-content: space-between;
}
[data-nc-base="header"] [data-nc-container="bottom-center"] {
display: block;
flex-basis: 100%;
}
Site Title (Top) – Navigation (Bottom)
.Header-inner.Header-inner--bottom {
flex-direction: column;
}
Navigation Link Hover Color
.Header-nav-item:hover {
color: #000 !important;
}
Turn Navigation Last Item to Button
.Header-nav-item:last-child {
background: #000;
padding: 10px 20px !important;
border-radius: 50px;
}
Underline Navigation Active Link
.Header-nav-item--active {
color: #ff0000 !important;
}
Hide Navigation Items
First Item
.Header-nav-item:nth-child(1) {
display: none;
}
Second Item
.Header-nav-item:nth-child(2) {
display: none;
}
Do Similar!
Navigation Background Color
Entire Site
.Header-nav-inner {
background: #000;
}
One Page
body#collection-56f008f501dbae496bfd79a5 .Header-nav-inner {
background: #000;
}
Remove Navigation
Entire Site
.Header-nav-inner {
display: none;
}
One Page
body#collection-56f008f501dbae496bfd79a5 .Header-nav-inner {
display: none;
}
Header Background Color
Entire Site
.Header.Header--bottom {
background: #000;
padding-bottom: 20px;
}
One Page
body#collection-56f008f501dbae496bfd79a5 .Header.Header--bottom {
background: #000;
padding-bottom: 20px;
}
Fixed Header
.Header.Header--bottom {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
}
Remove Header
Entire Site
.Header.Header--bottom {
display: none !important;
}
One Page
body#collection-56f008f501dbae496bfd79a5 .Header.Header--bottom {
display: none !important;
}
Mobile Navigation Overlay Color
.Mobile-overlay-menu {
background: #f1f2f3;
}
.Mobile-overlay {
background: #f1f2f3 !important;
}
Mobile Navigation Overlay Width
.Mobile-overlay {
width: 50%;
}
Force Mobile Header on Desktop
[data-nc-base="mobile-bar"] {
display: flex !important;
}
.Header.Header--bottom {
display: none !important;
}
Replace Hamburger Icon with word “Menu”
button.Mobile-bar-menu {
visibility: hidden;
}
button.Mobile-bar-menu:after {
visibility: visible;
content: "Menu";
font-family: futura-pt;
font-weight: bold;
font-size: 18px;
}
Add word “Menu” beside Hamburger Icon
button.Mobile-bar-menu:after {
visibility: visible;
content: "Menu";
font-family: futura-pt;
font-weight: bold;
font-size: 18px;
}
Replace Hamburger Icon with Custom Image/Icon
button.Mobile-bar-menu {
visibility: hidden;
}
button.Mobile-bar-menu:after {
visibility: visible;
content: "";
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/flatiron-squarespace.jpg);
display: block;
width: 40px;
height: 40px;
background-size: contain;
background-position: center center;
}
Footer
Footer Background Color
Entire Site
footer.Footer {
background: #f2f3f7;
}
One Page
body#collection-56f008f501dbae496bfd79a5 footer.Footer {
background: #f2f3f7;
}
Remove Footer
Entire Site
footer.Footer {
display: none !important;
}
One Page
body#collection-56f008f501dbae496bfd79a5 footer.Footer {
display: none !important;
}
Footer Background Image
Entire Site
footer.Footer {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
One Page
body#collection-56f008f501dbae496bfd79a5 footer.Footer {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
Other
Page Background Color
Entire Site
.Main {
background: #f1f2f3;
}
One Page
body#collection-56f05845a3360cea3289dc15 .Main {
background: #f1f2f3;
}
Page Background Image
Entire Site
.Main {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
One Page
body#collection-56f05845a3360cea3289dc15 .Main {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}