Header
Remove Logo
Entire Site
.Header-branding {
visibility: hidden;
}
a.Mobile-bar-branding {
visibility: hidden;
}
One Page
body#collection-58b5ed10bf629a356f09728a .Header-branding {
visibility: hidden;
}
body#collection-58b5ed10bf629a356f09728a a.Mobile-bar-branding {
visibility: hidden;
}
Remove Navigation
Entire Site
.Header-nav {
display: none;
}
One Page
body#collection-58b5ed10bf629a356f09728a .Header-nav {
display: none;
}
Remove Header
Entire Site
.Mobile-bar {
display: none;
}
.Header.Header--top {
display: none !important;
}
One Page
body#item-58a214273e00bea4494186a7 .Mobile-bar {
display: none;
}
body#item-58a214273e00bea4494186a7 .Header.Header--top {
display: none !important;
}
Navigation Hover Color
.Header-nav-item:hover {
color: #ff0000 !important;
}
Hide Navigation Items
First Item
.Header-nav-item:nth-child(1) {
display: none;
}
Second Item
.Header-nav-item:nth-child(1) {
display: none;
}
Do similar!
Fixed Header
Entire Site
header.Header.Header--top {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
.Site-inner {
margin-top: 100px;
}
.Mobile-bar.Mobile-bar--top {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
One Page
body#item-591df4cf17bffc0b9a7479b5 header.Header.Header--top {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
body#item-591df4cf17bffc0b9a7479b5 .Site-inner {
margin-top: 100px;
}
body#item-591df4cf17bffc0b9a7479b5 .Mobile-bar.Mobile-bar--top {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
Navigation Overlay Color
.Mobile-overlay-menu {
background: #f2f3f4;
}
Navigation Overlay Width
.Mobile-overlay-menu {
width: 50%;
}
Add word “Menu” beside Hamburger Icon
button.Mobile-bar-menu:before {
content: "Menu";
font-size: 20px;
color: #000;
position: absolute;
right: 50px;
top: 25px;
}
Replace Hamburger Icon with word “Menu”
button.Mobile-bar-menu {
visibility: hidden;
}
button.Mobile-bar-menu:after {
visibility: visible;
content: "Menu";
font-family: proxima-nova;
color: #000;
font-size: 20px;
}
Replace Hamburger Icon with Custom Icon
button.Mobile-bar-menu {
visibility: hidden;
}
button.Mobile-bar-menu:after {
visibility: visible;
content: "";
background-image: url(https://image.flaticon.com/icons/svg/1279/1279537.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
width: 30px;
height: 30px;
display: block;
}
Change Hamburger Icon Color
button.Mobile-bar-menu svg {
stroke: #ff0000;
}
Footer
Footer Background Color
Entire Site
footer.Footer {
background: #000;
}
One Page
body#collection-58b5ed10bf629a356f09728a footer.Footer {
background: #000;
}
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-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
One Page
body#collection-58b5ed10bf629a356f09728a footer.Footer {
background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
Remove Footer
Entire Site
footer.Footer {
display: none !important;
}
One Page
body#collection-58b5ed10bf629a356f09728a footer.Footer {
display: none !important;
}
Blog
Remove Featured Image
.BlogList-item-image {
display: none !important;
}
Remove Post Date
time.Blog-meta-item.Blog-meta-item--date {
display: none;
}
Change Post Date Format
time.Blog-meta-item.Blog-meta-item--date {
visibility: hidden;
}
time.Blog-meta-item.Blog-meta-item--date:after {
visibility: visible;
content: attr(datetime);
position: absolute;
left: 47%;
}
Remove Post Share Social Icon
.BlogItem-share {
display: none;
}
Remove Post “Previous/Next”
.BlogItem-pagination-link-content div {
display: none !important;
}