Jump to content

Background colour in footer strip


Recommended Posts

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

 

post-789936-0-07109000-1404565611_thumb.jpg

Link to comment
Share on other sites

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

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.
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...