Jump to content

Change colors of Footer and Background


whiteofdark

Recommended Posts

Since you are using theme 7, you need to make changes in yourdomain/vendas/modules/themeconfigurator/css/theme7.css

 

For footer:

.footer-container {
    background: url("../img/footer-bg.png") repeat-x  rgba(0, 0, 0, 0);
}
.footer-container {
    background: none repeat scroll 0 0 #3f3f3f;
}

For background:

 

.header-container, .columns-container {
    background: url("../img/bg-theme6.jpg") repeat  50% 0 rgba(0, 0, 0, 0);
}
  • Like 1
Link to comment
Share on other sites

Since you are using theme 7, you need to make changes in yourdomain/vendas/modules/themeconfigurator/css/theme7.css

 

For footer:

 

.footer-container {
    background: url("../img/footer-bg.png") repeat-x  rgba(0, 0, 0, 0);
}
.footer-container {
    background: none repeat scroll 0 0 #3f3f3f;
}
For background:

 

 

.header-container, .columns-container {
    background: url("../img/bg-theme6.jpg") repeat  50% 0 rgba(0, 0, 0, 0);
}

Thanks very much, it works perfectly

Link to comment
Share on other sites

×
×
  • Create New...