hel with contact form

Discussion in 'Poloray WordPress Theme' started by ysame12, Feb 16, 2015.

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

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    hi my contact form on the inputs field when i fill it up the text is almost the same color of the background and for that reason look like you are not entering any text
    how i can make the text color darker,
    thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Ysame12!

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

    Code:
    .contact-page input, .contact-page textarea {
    color: black !important;
    }
    Thanks,
    Praveen
     
  3. ysame12

    ysame12 New Member

    Joined:
    Dec 19, 2014
    Messages:
    17
    Likes Received:
    0
    work great!

    thanks very much
     
Thread Status:
Not open for further replies.

Share This Page