• Resolved morandan

    (@morandan)


    I can’t seem to find where in the style.css (or otherwise)to change the text colour. I find the dark grey on the black difficult to read and want to make it lighter. Please help.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Brad Davis

    (@brad-davis)

    look in the style.css file for

    body {
      color: #666666; ;
      }

    Changing the color here should do what you need.

    Thread Starter morandan

    (@morandan)

    Hi, thanks, I searched for that code but it’s not in my style.css
    There isn’t even one instance of simply 666666 (tried just 666 even).
    There also is not one occurance of
    body {
    color:
    However, I did manage to find it…
    body {
    height: auto;
    margin: auto;
    width: 950px;
    font-size: 1.6rem;
    background-color: transparent;
    color: rgb(221,221,221);
    So all’s well that ends well.
    Thanks!

    Brad Davis

    (@brad-davis)

    Good to hear you got it sorted! The browser plugin Firebug for Firefox and Chrome is a handy tool to help with these sort of things.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change text colour?’ is closed to new replies.