Rover Template: Promote your professional services with this website template’s spacious layouts and neat typography.

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
Navigation Hover Color
Entire Site
.Header-nav-item:hover {
color: #ff0000 !important;
}
One Page
body#collection-5707f25a356fb0c9e48fe7e1 .Header-nav-item:hover {
color: #ff0000 !important;
}
Navigation Background Color
Entire Site
.Header-nav {
background: #ff0000;
}
One Page
body#collection-5707f25a356fb0c9e48fe7e1 .Header-nav {
background: #ff0000;
}
Hide Navigation Items
First Item
.Header-nav-item:nth-child(1) {
display: none;
}
Second Item
.Header-nav-item:nth-child(1) {
display: none;
}
Do similar!
Remove Navigation
Entire Site
.Header-nav {
display: none;
}
One Page
body#collection-58b5ed10bf629a356f09728a .Header-nav {
display: none;
}
Turn Navigation Last item to Button
.Header-nav-item:last-child {
background: #fff;
color: #000 !important;
padding: 5px 10px !important;
border-radius: 50px;
font-size: 15px;
}
Change Hamburger Icon Color
button.Mobile-bar-menu svg {
stroke: #ff0000;
}
Replace Hamburger icon with Custom Icon
button.Mobile-bar-menu {
visibility: hidden;
}
button.Mobile-bar-menu: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: 30px;
height: 30px;
display: block;
}
Replace Hamburger icon with word “Menu”
button.Mobile-bar-menu {
visibility: hidden;
}
button.Mobile-bar-menu:after {
visibility: visible;
content: "Menu";
font-family: proxima-nova;
color: #000;
font-size: 20px;
}
Add word “Menu” beside Hamburger icon
button.Mobile-bar-menu:before {
content: "Menu";
font-size: 20px;
color: #000;
position: absolute;
right: 50px;
top: 25px;
}
Mobile Navigation Overlay Color
.Mobile-overlay-menu {
background: #f1f2f3;
}
.Mobile-overlay {
background: #f1f2f3 !important;
}
button.Mobile-overlay-close {
background: #f1f2f3 !important;
}
Mobile Navigation Overlay Width
.Mobile-overlay {
width: 70%;
}
Align Mobile Navigation Items
.Mobile-overlay-nav-item {
text-align: right;
}
Mobile Navigation Items Font Size
.Mobile-overlay-nav-item {
font-size: 10px !important;
}
Mobile Header Background Color
Entire Site
.Mobile-bar {
background: #000;
}
One Page
body#collection-5707f25a356fb0c9e48fe7e1 .Mobile-bar {
background: #000;
}
Footer
Footer Background Color
Entire Site
footer.Footer {
background: #000;
}
One Page
body#collection-58b5ed10bf629a356f09728a footer.Footer {
background: #000;
}
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-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
One Page
body#collection-58b5ed10bf629a356f09728a footer.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 Underline in Hyperlink
footer.Footer a {
border-bottom: none !important;
}
Remove Footer
Entire Site
footer.Footer {
display: none !important;
}
One Page
body#collection-58b5ed10bf629a356f09728a footer.Footer {
display: none !important;
}
Other
Page Background Color
Entire Site
.Main {
background: #000;
}
One Page
body#collection-58b5ed10bf629a356f09728a .Main {
background: #000;
}
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-58b5ed10bf629a356f09728a .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;
}
Decrease Padding between Page Title & Navigation
.Main-content {
padding-top: 0;
}
Featured Image: Squarespace.com