@icoresupply: Hello there,
For the background to cover the whole site
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.featured-content-section, .recent-blog-content-wrapper, .services-content-wrapper, .history-content-wrapper, .home .recent-blog, .search-results .site-content, .archive .site-content, .content-area .entry-footer a, .select-category select, thead, .wp-block-table thead {
background-color: unset !important;
}
.featured-content-section, .recent-blog-content-wrapper, .services-content-wrapper, .home .recent-blog, .search-results .site-content, .archive .site-content {
background-color: unset !important;
}
.below-site-header, .single .reserve-content-wrapper + .site-content, .page .reserve-content-wrapper + .site-content, .error404 .reserve-content-wrapper + .site-content, .search-no-results .reserve-content-wrapper + .site-content, .menu-inside-wrapper, .fixed-nav #masthead, .navigation-classic .main-navigation ul ul, .reserve-content-wrapper .entry-content, .testimonials-content-wrapper, .services-content-wrapper .hentry, .content-area .entry-container, .map-content-wrapper, .story-content, #meet-professionals {
background-color: unset !important;
}
.featured-content-section .hentry, .recent-blog-content-wrapper .hentry, .services-content-wrapper .hentry, .content-area .hentry {
background-color: unset !important;
}
.below-site-header, .map-content-wrapper {
background-color: unset !important;
}
.reserve-content-wrapper .entry-content, .testimonials-content-wrapper, .single .reserve-content-wrapper + .site-content, .page .reserve-content-wrapper + .site-content, .error404 .reserve-content-wrapper + .site-content, .search-no-results .reserve-content-wrapper + .site-content {
background-color: unset !important;
}
body.custom-background {
background-size: unset !important;
}
#masthead {
background-color: linear-gradient(to bottom, #333 0%, #000 100%);
}
For the menu issue
The icons are not showing up on your site as the font-awesome.css file is not be loaded. Can you try deactivating the Hummingbird Plugin you are using and check if the icons show up?
Let me know if this works out!
Kind Regards,
Skandha