Antony121 Posted November 1, 2012 Share Posted November 1, 2012 (edited) I am looking to change the bg color of the header block or grid so that it stands out from my site bg image, where can this be accomplished, is it in the block header or the css or the tpl for header? thank you in advance for your response. Cheers, PS Is it possible to also center the logo in the header and if so, where can this be done? Edited November 5, 2012 by Antony121 (see edit history) Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted November 1, 2012 Share Posted November 1, 2012 Hello, You need to insert the following code to the mentionned classes: #header_logo { display: block; float: left; left: 395px; margin-top: 30px; position: relative; top: 0; z-index: 10; } #header { background: none repeat scroll 0 0 red; position: relative; } to global.css of your theme if it is default Best regards Link to comment Share on other sites More sharing options...
Antony121 Posted November 2, 2012 Author Share Posted November 2, 2012 Thank you again Valerie that is where i needed to be. Managed to get it changed thanks to your pointing it out and am very happy with the image result, wondering if you have any thought on managing image file size without losing quality and if its possible? Thank you again. Link to comment Share on other sites More sharing options...
Valérie Assetskaya Posted November 5, 2012 Share Posted November 5, 2012 Hi Anthony, You are very welcome. Glad I could help you. If you speak about product images, it is necessary to check Prefereces > Images in the back office. Best regards. Link to comment Share on other sites More sharing options...
Antony121 Posted November 5, 2012 Author Share Posted November 5, 2012 Thank you again and have a great week! Link to comment Share on other sites More sharing options...
Recommended Posts