Forum replies created

    Nathan Iyer
    Spectator
    Posts: 3
    November 28, 2014 at 9:46 am #13627

    [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 🙂

    http://ue4code.com/

     

    🙂

    Nathan Iyer
    Spectator
    Posts: 3
    November 26, 2014 at 6:34 pm #13605

    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;

    }

    Nathan Iyer
    Spectator
    Posts: 3
    November 26, 2014 at 4:12 am #13591

    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)