nogginjog 2 Report post Posted October 22, 2011 Hello! I can not seem to find how to change the background color on a page. Website: http://www.nogginjog.com Thanks for the help. :-D Share this post Link to post Share on other sites
Rob 547 Report post Posted October 22, 2011 Hi, Sorry if I'm misunderstanding you, but do you mean a specific page or the background color of the overall site? Thanks. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
nogginjog 2 Report post Posted October 23, 2011 It would only be for one specific page. Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 23, 2011 Since you linked your home page, I assume that's the one you want to change the color of. You can use the following custom CSS: [code]body.home { background: #000000; }[/code] Just change the color to whatever you want. Be sure to include the # at the beginning. I also recommend downloading FireBug at www.getfirebug.com. You will be able to change CSS code visually and then apply those changes to your site by adding code to your custom CSS. ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
nogginjog 2 Report post Posted October 23, 2011 That worked on getting the surrounding background area of the home page. I was not articulating correctly of what I'm trying to change. Here is a picture of the area (in the cirlce) of which I wanted the background to change from white to gray. http://www.nogginjog.com/wp-content/uploads/2011/10/Nwebsite.jpg I'm not sure if it's a page background issue, or something else... Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 23, 2011 You should really try Firebug as I suggested above. With Firebug, you can just right click and "inspect element" on that section that you circled and see what it is. For that section, use: [code]#maincontent { background: #000000; }[/code] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
nogginjog 2 Report post Posted October 23, 2011 Worked like a charm. Thanks for the help. Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 23, 2011 You're welcome :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
gregfly 0 Report post Posted October 27, 2011 I'm also having the same problem (sorry, I haven't learned how to use Firebug yet!), I can't figure out how to get the area behind my feature slider and boxes on my home page to change colors while leaving all of the interior pages with a white background. louisvillearealuxuryhomes.com Share this post Link to post Share on other sites