Horizon Template: When you put on a show, you put it all on stage. Designed to be a one-page website experience for bands with a gigantic presence, Horizon lets your content take center stage like never before.
In this post
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
h1#siteTitle a { color: #000 !important; }
Remove Site Title
h1#siteTitle { display: none; }
Remove Navigation
nav#mainNavigation { display: none !important; }
Hide Navigation Items
First Item
#mainNavigation .index:nth-child(1) { display: none !important; }
Second Item
#mainNavigation .index:nth-child(2) { display: none !important; }
Do Similar!
Change Hamburger Icon Color
.mobile-nav-toggle-label div { background: #000 !important; }
Replace Hamburger Icon with word “Menu”
.mobile-nav-toggle-label { visibility: hidden; } .mobile-nav-toggle-label:after { visibility: visible; content: "Menu"; color: #fff; font-size: 15px; }
Replace Hamburger Icon with Custom Icon
.mobile-nav-toggle-label { visibility: hidden; } .mobile-nav-toggle-label: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: 20px; height: 20px; display: inline-block; }
Navigation Overlay Color
div#overlayNav { background: #f2f3f4; }
Navigation Overlay Width
div#overlayNav { width: 50%; }
Remove Header
Entire Site
header#header { display: none; }
One Page
body#collection-53fe02f7e4b0e1f6ca3a439a header#header { display: none; }
Header Background Color when Scrolling
#showOnScrollWrapper div#mainNavWrapper { background: #f1f2f3; }
News
Remove Post Date
time.summary-metadata-item.summary-metadata-item--date { display: none !important; }
Remove Read More
.summary-read-more-link { display: none !important; }
Change “Read More” text
.summary-read-more-link { visibility: hidden; } .summary-read-more-link:after { visibility: visible; content: "View Detail >"; display: block; font-size: 20px; }
Remove Post Excerpt
.summary-excerpt { display: none; }
Comment Button Style
.comment-btn { background: #ff0000 !important; color: #000 !important; border-radius: 10px !important; font-size: 15px !important; }
Remove “Subscribe via email”
span.subscribe.subscribe-control { display: none !important; }
Remove “Newest First”
.comment-sort { display: none !important; }
Footer
Footer Background Color
Entire Site
#footer { background: #000; }
One Page
body#collection-58b5ed10bf629a356f09728a #footer { background: #000; }
Footer Background Image
Entire Site
#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 { 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; }
Remove Footer
Entire Site
#footer { display: none !important; }
One Page
body#collection-58b5ed10bf629a356f09728a #footer { display: none !important; }
Featured Image: Squarespace.com