Contact Form Font Color

Discussion in 'Poloray WordPress Theme' started by roscoe, Dec 30, 2012.

  1. roscoe

    roscoe New Member

    Joined:
    Aug 12, 2012
    Messages:
    7
    Likes Received:
    0
    Hi - What custom css code should I use to make the font color darker for input text on contact form?

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #contactForm input[type="text"]{
    color :black;
    }
    #contactForm textarea{
    color:black;
    }
     

Share This Page