Forum replies created
[quote quote=13622]Thanks for this post. I hope it will be beneficial to others here.[/quote]
You’re welcome Alok!
@Moi
Here’s my site, still very much under construction 🙂
🙂
Thank You Alok!
That solved my issue!
For other readers, below I also change the font color, but to change font size per page I had to use per-page coding.
But if you put the below in your Appearance->Theme Options->Custom CSS, then you will get black background, yellow text!
Thanks again Alok!
.content {
background-color:#000000;
font-family: Verdana, Arial, Helvetica,
sans-serif;
font-size:130%;
color:yellow;
}
Solution!
Uploading the zip version worked!
I have no idea uploading directly to wp-content/themes produced the odd white screen behavior.
Hopefully others will find this helpful!
Again the solution was
Appearance->Themees->Upload theme (button at top of screen)