• Resolved Conibear

    (@conibear)


    Hi.

    This is truly a beautiful theme and I love using it.

    I was wondering – is it possible at all to change the font colour to white? It’s really hard to read the text on some computer screens.

    Thanks!
    -Kim

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Kim,

    Thanks for the kind words 🙂

    The following will change the menu items to white:

    .menu-primary-items a {
      opacity: 1;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    I assumed you were referring to the menu text, but please correct me if I’m wrong.

    Thread Starter Conibear

    (@conibear)

    Oops. Sorry I wasn’t clear. The text that is in the actual page. Like if you had a page to talk about yourself on … example: Let’s call it “About Me”. And you type out all about yourself 🙂 . That text! It’s currently gray. I was just wondering if there is a way to change it to *white*. 🙂 If not… it’s cool. Just thought I’d ask. 🙂

    Thread Starter Conibear

    (@conibear)

    After playing around with it I found the solution. 🙂 I just added the color part to it and now my text on my page is white. 🙂

    .entry,
    .comments {
    background: #000000;
    color: #FFFFFF;
    }

    Theme Author Ben Sibley

    (@bensibley)

    Ah okay, glad you found a solution 🙂

    Let me know if anything else comes up.

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

The topic ‘Font Colour…’ is closed to new replies.