szool 0 Report post Posted January 2, 2011 Is it possible to set a custom background for my theme that applies on all pages, and the image does not repeat? I saw some posts for the Platform one but that custom .css did not work for me on Station Pro. Thanks!! Share this post Link to post Share on other sites
szool 0 Report post Posted January 2, 2011 actually I found the code here: body {background-image: url('http://citizenmediagroup.com/images/2.jpg'); background-repeat: no-repeat;} But I cannot get the image centered and fitted properly, it is way up to the left corner. Share this post Link to post Share on other sites
szool 0 Report post Posted January 2, 2011 ok I guess it has to do with the image size. So here is the big question then.... take a look at my site now: http://citizenmediagroup.com Is there some way to make the footer area not have a see through background, so the background image just displays on the outside? Share this post Link to post Share on other sites
Kate 3 Report post Posted January 3, 2011 Soljon - Adding something like this to your CSS should get you on the right track: #footer{background:#404040;width:960px;margin:0 auto;} #fullwidth_bottom_widgets, #subfoot{background:#404040 !important;margin-bottom:0px !important;} But, it's going to take some tweaking. Share this post Link to post Share on other sites