touchtalk 0 Report post Posted August 3, 2011 Hi! We're totally now to platform pro and have very limited knowledge on CSS too. We've set up platform pro and it looks just gorgeous except for the header where we'd like to have another background color than white but couldn't find any proper CSS code to add. So, how would be the correct CSS Code to add in the custom css fields for: - changing the headers backgroundcolor - changing the headers backgroundimage ? Thanks in advance for your help!! (That's what the site looks like currently, work in progrss: http://www.touchtalk.dreamhosters.com/tttest/) cheers, Holger Share this post Link to post Share on other sites
Kate 3 Report post Posted August 3, 2011 Hi There, Something like this should get you on the right track: #branding{background:#dddddd url('imagepathhere.jpg');} Share this post Link to post Share on other sites
touchtalk 0 Report post Posted August 3, 2011 Hi Kate, thanks so much - this solved the problem. Perfekt :-D Share this post Link to post Share on other sites