Text not visible "Leave a Reply"

Discussion in 'GoldenEagle WordPress Theme' started by tlpadmin, May 21, 2013.

Thread Status:
Not open for further replies.
  1. tlpadmin

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
    Hi. When visitors to my site wish to leave a reply to a post, they are unable to see the text that they type when filling out their name and details. The text is too pale to be visible.
    How can I change this?
    Vicky
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Vicky,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    ol.commentlist li p {
    color: your color value;
    }

    Add your color in place of "your color value"
     
  3. tlpadmin

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
    Afraid that hasn't worked. I put that text in under the other custom CSS so it reads (the top portion is about hyperlink colour, as per your colleague's suggestion a few days ago):-

    .post_content a {
    color: blue;
    }
    .post_content a: hover {
    color: blue;
    }
    ol.commentlist li p {
    color: blue;
    }

    ... but the text is still too pale to read.

    Vicky
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please do let me know your website link.
     
  5. tlpadmin

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Vicky,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #commentform input[type="text"], textarea#comment {
    color:your color value;
    }
     
  7. tlpadmin

    tlpadmin New Member

    Joined:
    Jan 25, 2013
    Messages:
    11
    Likes Received:
    0
    Brilliant! That's done it. Thanks so much!
    :)
     
Thread Status:
Not open for further replies.

Share This Page