Geoff1066 Posted July 5, 2014 Share Posted July 5, 2014 Can anyone tell me what CSS style I need to change in order to modify the background colour in the strip above the footer? To explain a bit better I have highlighted with a red border in the image attached. I seem to be able to change the follow us bit, but not right the way across. Many thanks Link to comment Share on other sites More sharing options...
PSfever.com Posted July 5, 2014 Share Posted July 5, 2014 Hi, there are multiple things that you will need to change. in the themes/default-bootstrap/css/default theme change color in .footer-container for all media (widths), then this line to change the bg of the newsletter input. #footer #newsletter_block_left .form-group .form-control {} Finally this, for the social block background .footer-container #footer #social_block Link to comment Share on other sites More sharing options...
Geoff1066 Posted July 5, 2014 Author Share Posted July 5, 2014 Thanks Oskar, that pointed me in the right direction. If anyone else needs to change the background colour of the area underneath social block and newsletter block then just add this code to the end of your global.css .footer-container #footer .clearfix { background-color: #666666;} Change the #666666 to whatever colour you need. 1 Link to comment Share on other sites More sharing options...
Recommended Posts