I've gone through the whole CSS, and I feel like an i-d-i-o-t. I can't simply change the background color of my blog from black, to white. Can anyone help out? Link to my blog is www.iblogplanet.com Thanks in advance.
Okay, here you go. In the file iblogplanet.com/wp-content/themes/quickrise/assets/css/style.css Change: body { text-align: center; font: 12px Verdana; color: #ffffff; background-color: #000000; } To: body { text-align: center; font: 12px Verdana; color: #ffffff; background-color: #FFFFFF; } You can use an ftp program and dreamweaver, or go into the theme editor on your wordpress admin and change the style.css file. Thanks