kwodkewe Posted July 23, 2014 Share Posted July 23, 2014 Hi, Could someone help me editing the home page. I need to change the colour of the header and footer. I attached the detailed image that need to change. Thanks, Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2014 Share Posted July 23, 2014 1) global.css line 5279 header .nav { background: #333333; } 2) blocksearch.css line 6 #search_block_top .btn.button-search { background: #333333; display: block; position: absolute; top: 0; right: 0; border: none; color: white; width: 50px; text-align: center; padding: 10px 0 11px 0; } 3) blockcart.css line 30 .shopping_cart > a:first-child { padding: 7px 10px 14px 16px; background: #333333; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); overflow: hidden; } 4) + 5) global.css 6778 .footer-container { background: url(../img/footer-bg.png) repeat-x #333333; } change background params in each instance of css styles that i mentioned Link to comment Share on other sites More sharing options...
kwodkewe Posted July 23, 2014 Author Share Posted July 23, 2014 1) global.css line 5279 header .nav { background: #333333; } 2) blocksearch.css line 6 #search_block_top .btn.button-search { background: #333333; display: block; position: absolute; top: 0; right: 0; border: none; color: white; width: 50px; text-align: center; padding: 10px 0 11px 0; } 3) blockcart.css line 30 .shopping_cart > a:first-child { padding: 7px 10px 14px 16px; background: #333333; display: block; font-weight: bold; color: #777777; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); overflow: hidden; } 4) + 5) global.css 6778 .footer-container { background: url(../img/footer-bg.png) repeat-x #333333; } change background params in each instance of css styles that i mentioned Thank you very much. This solved my issues. Works perfect. Link to comment Share on other sites More sharing options...
Recommended Posts