You can send your questions to my email to get faster answer in 24 hours (free).
Buy me a coffee

Forte CSS

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

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

You can send questions directly to email: [email protected] to get faster response.