MAXSEO Blogger Theme How To Change Background Color on Top Bar and Footer Bar
Copy This CSS and Paste it in MAXSEO Blogger Theme file Go to: Blogger Dashboard -> Layout -> Theme Designer -> Advanced -> Add CSS /*-------CSS-For-Top-Footer-BG-Color-------*/ #top-bar { background-color: #171c24; border-bottom: 1px solid #12161d; } #footer-wrapper { background-color: #171c24; } #sub-footer-wrapper { background-color: #12161d; } /*----xxx---CSS-For-Top-Footer-BG-Color----xxx---*/ Click to Copy