Change color of input text in booking plugin

Discussion in 'Appointway WordPress Theme' started by webrider, Dec 26, 2013.

  1. webrider

    webrider New Member

    Joined:
    Jul 30, 2013
    Messages:
    1
    Likes Received:
    0
    I'd like the text to be darker and more readable in the booking plugin. I have found several places in the CSS where I thought the color change would work, and added them to the styling options, but none of the seem to work properly, and with most of the changes, the drop-down indicator arrow in the input area disappears.
    If you could just tell me where to make the changes, I can do them, but I have spent several hours on this and am getting really frustrated. This plugin was the main reason for my recent purchase - please help me!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .appointment_wrapper .appointment_form_wrapper input[type="text"], .appointment_wrapper .appointment_form_wrapper input[type="email"], .appointment_wrapper .appointment_form_wrapper #aptmessage, .appointment_wrapper .appointment_form_wrapper .signinformbox .signupForm textarea{
    color:black;
    }
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page