• Resolved DiamondMT

    (@diamondmt)


    Hey there, is it possible to change the Fore-ground color? I can only change the colour of the text, but looking to change the fore-ground color from the standard white. Has any one been able to do this? Thanks in advance 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    On line 1367 has the following:

    #page {
    background-color: white;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5em;
    padding: 1.5em;
    }

    In custom.css change the white value to your reqired colour eg

    #page {
    background-color: black;
    }

    or

    #page {
    background-color: #000;
    }
    Thread Starter DiamondMT

    (@diamondmt)

    thanks a million 🙂

    You’re welcome. Don’t forget to mark the topic as resolved.

    Thread Starter DiamondMT

    (@diamondmt)

    Thanks again 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Fore-ground color?’ is closed to new replies.