- hisc328 December 27, 2013 at 5:06 pm
I tried putting this into the custom css box but nothing changed. can you please correct my input? I’ll play with color once I get the code correct…. thanks
#body {
background-color: #AEBCD6;
}Juanfra Aldasoro December 27, 2013 at 5:11 pmHello Matt,
In CSS, the body class doesn’t have the # before. The # is used for IDs.
Try:
body{ background-color: #aebcd6; }
Best,
Juan.Juanfra Aldasoro December 27, 2013 at 5:27 pmHello Matt,
Maybe because that’s not the element you want to change. There’s a #wrapper class that gives the background color of the layout.
I’ll recommend you to check the elements you want/need to change with firebug (http://getfirebug.com)
Best,
Juan.
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.