Header
Site Title Color
Entire Site
.logo-text a {
color: #ff0000 !important;
}
One Page
body#collection-56cb8c3837013b9fc42e8fff .logo-text a {
color: #ff0000 !important;
}
Disable Site Title Link
Entire Site
.logo-text a {
color: #ff0000 !important;
}
One Page
body#collection-56cb8c3837013b9fc42e8fff .logo-text a {
color: #ff0000 !important;
}
Hide Site Title
Entire Site
.logo-text {
display: none;
}
One Page
body#collection-56cb8c3837013b9fc42e8fff .logo-text {
display: none;
}
Hide Navigation
Entire Site
div#topNav {
display: none;
}
One Page
body#collection-56cb8c3837013b9fc42e8fff div#topNav {
display: none;
}
Change Navigation Drop-down Color
ul.folder-child {
background: #ff0000 !important;
}
Hide Header
Entire Site
div#headerWrapper {
display: none;
}
One Page
body#collection-56cb8c3837013b9fc42e8fff div#headerWrapper {
display: none;
}
Header Background Color
Entire Site
div#headerWrapper {
background: #000;
}
One Page
body#collection-56cb8c3837013b9fc42e8fff div#headerWrapper {
background: #000;
}
Overlay Background Color (Mobile)
nav#mobile-navigation {
background: #000 !important;
}
Change Hamburger Icon Color
a.icon-hamburger {
color: #ff0000 !important;
}
Add word “Menu” beside Hamburger Icon
span.ctrl-button.menu:before {
content: "Menu";
color: #fff;
font-size: 20px;
position: absolute;
right: 25px;
top: 5px;
}
Blog Page – Blog Posts
Remove Post Date
/* Blog Page */
.view-list .date {
display: none;
}
/* Blog Posts */
.view-item span.date {
display: none;
}
Blog Posts Fullwidth
.view-item .pageWrapper {
max-width: 100% !important;
}
Increase Post Detail Width
.view-item .pageWrapper {
max-width: 100% !important;
}
Sticky Sidebar when scrolling
aside#sidebarWrapper {
position: -webkit-sticky;
position: sticky;
top: 0;
}