blog's comment fields

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Jan 28, 2014.

  1. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    you can't see the text you input inside each of the blog's comments fields Name, Mail & website, the text color is white. But you can see inputed text in the comment box which is black.
    Thanks
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    #respond label {
    color: black;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     #commentform input[type="text"] {
    color: black;
    }
    textarea#comment {
    color: black;
    }
    
    In place "black" you can put your color or color code.
    This will solve your issue.
     
  5. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Thanks, that worked
     

Share This Page