whiteofdark Posted November 11, 2014 Share Posted November 11, 2014 How can I change the color of footer and background? I seach in the forum and trie some codes, but anyone works. Theme default, PS 1.6 my shop: http://eletronicamanchete.com.br/vendas/ Link to comment Share on other sites More sharing options...
dioniz Posted November 11, 2014 Share Posted November 11, 2014 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); } 1 Link to comment Share on other sites More sharing options...
whiteofdark Posted November 17, 2014 Author Share Posted November 17, 2014 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 More sharing options...
Recommended Posts