How to Change Font and Color for Contact Page

Discussion in 'Compass WordPress Theme' started by jbmportillo, Aug 20, 2014.

  1. jbmportillo

    jbmportillo New Member

    Joined:
    Jul 31, 2012
    Messages:
    20
    Likes Received:
    0
    When entering your request information in the Contact Page, the text color is a very white pale color. How can we change that? Thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste following CSS in Custom CSS.
    Code:
    .page_content .content_bar .contactform input[type="text"], .page_content .content_bar .contactform input[type="email"]{
    color: desired color;
    font-size: desired size;
    }
    Thanks & Regards
    Yogesh Bhade
     
  3. jbmportillo

    jbmportillo New Member

    Joined:
    Jul 31, 2012
    Messages:
    20
    Likes Received:
    0
    Thanks! It only worked partially. The message box is still with the default color. Also, on an iPad or iPhone, the color chosen also comes up with the old default. Thanks
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hi,

    Paste following CSS in Custom CSS to change color of message box.
    Code:
    .page_content .content_bar .contactform textarea{
    color: desired color;
    font-size: desired size;
    }
    Please provide us your website link to see iPad and iPhone issues with screenshot.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page