Buy me a coffee

Custom CSS for Nueva Template Squarespace

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

Nueva Template: Mosaic galleries and eCommerce features give your business a polished, professional look.

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

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

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