frodem 0 Report post Posted December 10, 2010 Hi first of all thanks for a great "tool" it sure does look amazing. My trouble is, I cant get my backround image on the whole background missing some of the page. And how to change backround of the content area? look here www.frodem.no html { background: url(http://frodem.no/wp-content/uploads/2010/12/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } thats my css code Share this post Link to post Share on other sites
basmati 4 Report post Posted December 11, 2010 Hi Frode, first of all you should use a child theme for changes on platform. Otherwise your changes will be lost with the next platform update! That means - get platformbase.zip - unzip it and put it in your themes folder : wp-content/themes/. Select it in WP backend. Now make any changes to the base.css in the base child theme folder! Use firebug to find the selector - it should be "#maincontent" or ".content" Share this post Link to post Share on other sites
frodem 0 Report post Posted December 11, 2010 Hi Thanks for info, child theme is now installed, new research/studying starts Share this post Link to post Share on other sites