Jump to content

[Solved] Social Block change color


Recommended Posts

If you mean lighter background you can remove it in global.css:

.footer-container {
    background: url("../img/footer-bg.png") repeat-x #333333;
}

remove url("../img/footer-bg.png") repeat-x

  • Like 1
Link to comment
Share on other sites

 

It seems to work, or not? Try to change .footer-container  at line 280 or 281 from this

.footer-container {
background: url(../img/footer-bg.png) repeat-x;
}
to this:
.footer-container {
background: #333333;
}

 

 

 

btw.

- if you use ccc for css files - clear shop cache (recompile theme)

- have you cleared browser cache? there is a chance that your browser remember old file

 

My bad i meen that it didnt work.

Also i tried it and its at line 6777 and changed it to this:

 

@media (min-width: 768px) {

    .footer-container {
background: #333333;
} }

 

But nothing.... Also cleared the cache and everything

 

Also i use prestashop 1.6.0.6

Edited by chicaneparts (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...