Jump to content

How to change box and font color above footer?


careindo

Recommended Posts

Dear Nemo1,

 

Thanks for your info, I already managed to change the font, but still can't change this grey box color above the footer, at newsletter and follow us. Any idea?

 

 

Both in global.css

the first is .footer-container, while the text is .footer-container #footer a

 

post-891881-0-22167600-1419070479_thumb.png

Link to comment
Share on other sites

Hello

 

The colour is an image so you will have to change that it can be found in global.css around Line 6782

 

.footer-container {
  background-color: #333333; }
  @media (min-width: 768px) {
    .footer-container {
      background: url(../img/footer-bg.png) repeat-x #333333; } }
  .footer-container .container {
    padding-bottom: 100px; }
  .footer-container #footer {
    color: #777777; }
 
Paul
Link to comment
Share on other sites

Finally after few days stuck with css with lots of trial error, I found a simple way to do it. just find the color background we want and replace all the default #333333 grey black. Just few secs all is done.

 

And since i am using blue, i just find all color (font) in .footer-container : black & #777777 and replace all with white.

 

thanks all for your help, all is solved now

post-891881-0-55025100-1419351940_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...