Forums
(@voknits)
14 years, 1 month ago
You will also need to add these, otherwise only the homepage background will change:
.single-post { background-color: #000; } .page-template { background-color: #000; }
I had the same problem. Try adding this to your stylesheet (style.css):
.home { background-color: #000; }
You need the .home body class name to make changes to the background.