ronaldmeaux 0 Report post Posted October 6, 2010 I would like to change the light gray background color on the iBlogPro theme. Is there a way to enter another number that would change it globally or is this an image? Thanks, Ron Share this post Link to post Share on other sites
edugsdf 0 Report post Posted October 6, 2010 Image in: "themes/iblogpro/images/back-gradient-blue.jpg" and CSS in: "themes/iblogpro/css/theme.css" body { .... background: #EFEFEF url(../images/back-gradient.jpg) repeat-x left top; } Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted October 7, 2010 It's not an image, go to: Theme Options > Custom Code > Custom CSS You'll see: `body{}` Make that: `body{background:#fff}` Change fff to whatever color code you actually want to use. Thanks, Bryan Share this post Link to post Share on other sites
ronaldmeauxmecom 0 Report post Posted October 9, 2010 Perfect. Thanks. Share this post Link to post Share on other sites