treka555 Posted December 18, 2013 Share Posted December 18, 2013 i want to turn this design http://www.bmwcardiagnostics.com/index.php into this one http://bmwcables.co.uk/ How to change the background and the header image?? Link to comment Share on other sites More sharing options...
vekia Posted December 18, 2013 Share Posted December 18, 2013 change background: body { background: #000000 fixed; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #000000; text-align: center; margin-top: 12px; } it's a part of global.css file (in your theme directory) change backgrund param value (color, or add there image, anything you want) to change header image: h1#logo { background: #000000 url(../img/header.png) no-repeat center top; height: 292px; width: 1000px; margin-top: 0px; padding-left: 0px; } you can change image url in background param, or just upload own image (replace /themes/YOUR_THEME/img/header.png file with own other image) Link to comment Share on other sites More sharing options...
treka555 Posted December 19, 2013 Author Share Posted December 19, 2013 Thank you sir, i also want to change the color of this div Link to comment Share on other sites More sharing options...
vekia Posted December 19, 2013 Share Posted December 19, 2013 i need clarification: Link to comment Share on other sites More sharing options...
treka555 Posted December 19, 2013 Author Share Posted December 19, 2013 (edited) both 2 divs Edited December 19, 2013 by treka555 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 19, 2013 Share Posted December 19, 2013 header { height: 90px; width: 960px; text-align: right; margin: 10px 10px 10px 10px; padding: 5px 5px 5px 5px; background: #CB9533; border: 1px solid #ffffff; -moz-border-radius: 8px; -webkit-border-radius: 8px; } change background param in global.css line 334 menu: #ps_navigation_green { margin: 0px auto 0px auto; width: 1000px; height: 49px; background: #707070 url(../img/menu.png) no-repeat; } global.css line 126 - change background param. topic closed. please follow forum rules: 1 topic = 1 question. Link to comment Share on other sites More sharing options...
Recommended Posts