Header
Remove Site Title/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;
}
Change Logo in Specific Page
/* Hide current Logo in Mobile - Desktop */
body#collection-58b5ed10bf629a356f09728a .Header-branding img {
visibility: hidden;
}
body#collection-58b5ed10bf629a356f09728a a.Mobile-bar-branding img {
visibility: hidden;
}
/* Insert New Logo */
body#collection-58b5ed10bf629a356f09728a a.Header-branding {
background-image: url(https://image.flaticon.com/icons/svg/1279/1279537.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
width: 200px;
height: 80px;
}
body#collection-58b5ed10bf629a356f09728a a.Mobile-bar-branding {
background-image: url(https://image.flaticon.com/icons/svg/1279/1279537.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
width: 200px;
height: 80px;
}
Navigation Hover Color
.Header-nav-item:hover {
color: #ff0000 !important;
}
Remove Navigation
Entire Site
.Header-nav {
display: none;
}
One Page
body#collection-58b5ed10bf629a356f09728a .Header-nav {
display: none;
}
Change Dot Icon Color
button.Mobile-bar-menu svg {
stroke: #ff0000;
}
Replace Dot 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;
}
Add word “Menu” beside Dot Icon
button.Mobile-bar-menu:before {
content: "Menu";
font-size: 20px;
color: #000;
position: absolute;
right: 50px;
top: 25px;
}
Replace Dot 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;
}
Navigation Overlay Color
.Mobile-overlay-menu {
background: #f1f2f3;
}
.Mobile-overlay {
background: #f1f2f3 !important;
}
button.Mobile-overlay-close {
background: #f1f2f3 !important;
}
Navigation Overlay Width
.Mobile-overlay {
width: 70%;
}
Change “X” close icon color
.Mobile-overlay-close svg {
stroke: #000;
}
Header Background Color
Entire Site
.Header.Header--bottom {
background: #f1f2f3;
}
.Mobile-bar {
background: #f1f2f3;
}
One Page
body#item-58a214273e00bea4494186a7 .Header.Header--bottom {
background: #f1f2f3;
}
body#item-58a214273e00bea4494186a7 .Mobile-bar {
background: #f1f2f3;
}
Remove Header
Entire Site
.Mobile-bar {
display: none;
}
.Header.Header--bottom {
display: none !important;
}
One Page
body#item-58a214273e00bea4494186a7 .Mobile-bar {
display: none;
}
body#item-58a214273e00bea4494186a7 .Header.Header--bottom {
display: none !important;
}
Put numbers above Navigation Item Titles
.Header-nav--primary .Header-nav-item:nth-child(1):before {
content: "1.";
display: block;
}
.Header-nav--primary .Header-nav-item:nth-child(2):before {
content: "2.";
display: block;
}
.Header-nav--primary .Header-nav-item:nth-child(3):before {
content: "3.";
display: block;
}
.Header-nav--primary .Header-nav-item:nth-child(4):before {
content: "4.";
display: block;
}
Navigation Background Color
Entire Site
.Header-nav--primary {
background: #ff0000;
}
One Page
body#collection-5898b95e1b10e38edff6631b .Header-nav--primary {
background: #ff0000;
}
Primary Navigation – Logo/Site Title – Secondary Navigation
@media screen and (min-width:641px) {
/* Reorder Main Nav - Logo */
[data-nc-container="bottom-left"] {
order: 2;
}
/* Reorder Secondary Navigation */
[data-nc-container="bottom-right"] {
order: 3;
}
/* Center Logo - Site Title */
[data-nc-container="bottom-left"] {
justify-content: flex-end !important;
}
}
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;
}
Footer Navigation Hover Color
.Footer-nav-item:hover {
color: #ff0000 !important;
}
Subscribe Button Color
button.newsletter-form-button {
background: #000 !important;
border-color: #000 !important;
box-shadow: none !important;
color: #fff !important;
border-radius: 5px !important;
}
Remove Footer
Entire Site
footer.Footer {
display: none !important;
}
One Page
body#collection-58b5ed10bf629a356f09728a footer.Footer {
display: none !important;
}
Other
Site Border Color
.tweak-site-border-show .Site {
border-width: 20px;
border-color: #f1f2f3;
}
Site Background Color
body {
background: #f1f2f3 !important;
}
Blog
Remove Post Date
Blog Page
.summary-metadata-item--date {
display: none !important;
}
Post Detail Page
time.Blog-meta-item.Blog-meta-item--date {
display: none;
}
Change “Read More ->”
.summary-read-more-link {
visibility: hidden !important;
}
.summary-read-more-link:after {
visibility: visible;
content: "View Detail";
}
Remove Post Social Share Icons
All Posts
.BlogItem-share {
display: none;
}
One Post
body#item-5d21f09fac694d000181f38c .BlogItem-share {
display: none;
}
Remove “Previous/Next”
.BlogItem-pagination-link-content div {
display: none !important;
}