Buy me a coffee

Custom CSS for Hunter Template Squarespace

This template is in Brine Family, so you can use many other CSS here.

Hunter Template: An immersive landing page gallery layout turns your images into a visual tasting menu on this appetite-whetting website template.

Notes

1. Adding Custom CSS to Home > Design > Custom CSS

2. Adding !important to after, if CSS doesn’t work! for example: font-size: 20px !important;

3. If it still doesn’t work, send me a message via Contact Form  with your site url. I’ll give you exact CSS..

4. How to find Page ID: https://beaverhero.com/squarespace-how-to/

body#collection-56d86c682b8dde72910d59bd is Page ID. Each page will have different ID

Header

Remove Header

Entire Site

.Header-branding {
    display: none;
}

One Page

body#collection-56abe7bffb36b1918661f7ce .Header-branding {
    display: none;
}

Disable Logo Link

Entire Site

.Header-branding {
    pointer-events: none;
}

One Page

body#collection-56abe7bffb36b1918661f7ce .Header-branding {
    pointer-events: none;
}

Align Left Logo on Mobile

@media screen and (max-width:640px) {
[data-nc-container="top-left"] {
    display: none !important;
}
}

Navigation Hover Color

.Header-nav-item:hover {
    color: #ff0000 !important;
}

Remove Navigation

Entire Site

.Header-nav {
    display: none;
}

One Page

body#collection-56abe7bffb36b1918661f7ce .Header-nav {
    display: none;
}

Replace Hamburger Icon with word “Menu”

button.Mobile-bar-menu {
    visibility: hidden;
}
button.Mobile-bar-menu:after {
    visibility: visible;
    content: "Menu";
    font-size: 15px;
    color: #000;
    font-family: din-condensed-web;
}

Change Hamburger Icon Color

button.Mobile-bar-menu svg {
    stroke: #ff0000;
}

Add word “Menu” beside Hamburger Icon

button.Mobile-bar-menu:after {
    content: "Menu";
    font-size: 15px;
    color: #000;
    font-family: din-condensed-web;
    position: absolute;
    top: 20px;
    right: 50px;
}

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/coffee-beans-1082116_640-min.jpg);
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}

Navigation Overlay Color

.Mobile-overlay {
    background: #f1f2f3 !important;
}
.Mobile-overlay-menu {
    background: #f1f2f3;
}
button.Mobile-overlay-close {
    background: #f1f2f3 !important;
}

Navigation Overlay Width

.Mobile-overlay {
    width: 50%;
}

Site Title (Right) – Hamburger Icon (Left)

.Mobile-bar.Mobile-bar--top {
    flex-direction: row-reverse;
}

Force Mobile Header on Desktop

.Mobile.loaded {
    display: flex;
}
header.Header.Header--top {
    display: none !important;
}

Header Background Color

.Header.Header--top {
    background: #f1f2f3;
}

Header Background Image

Entire Site

.Header.Header--top {
    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-56abe7bffb36b1918661f7ce .Header.Header--top {
    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;
}

Fixed Header

.Header.Header--top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

Remove Header

Entire Site

/* Desktop */
.Header.Header--top {
    display: none !important;
}
/* Mobile */
.Mobile.loaded {
    display: none;
}

One Page

/* Desktop */
body#collection-56abe7bffb36b1918661f7ce .Header.Header--top {
    display: none !important;
}
/* Mobile */
body#collection-56abe7bffb36b1918661f7ce .Mobile.loaded {
    display: none;
}

Footer

Footer Background Color

Entire Site

footer.Footer {
    background: #f1f2f3;
}

One Page

body#collection-56abe7bffb36b1918661f7ce footer.Footer {
    background: #f1f2f3;
}

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-56abe7bffb36b1918661f7ce 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;
}

Remove Footer

Entire Site

footer.Footer {
    display: none !important;
}

One Page

body#collection-56abe7bffb36b1918661f7ce footer.Footer {
    display: none !important;
}

Page

Page Background Color

Entire Site

.Main {
    background: #f1f2f3;
}

One Page

body#collection-56abe7bffb36b1918661f7ce .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-56abe7bffb36b1918661f7ce .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;
}

Remove white space between Header & Content

section.Main-content {
    padding-top: 0;
}

Featured Image: Squarespace.com

Leave a Comment

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder