Home Page Right Feature Widget Area - Change Text color and font to match theme?

Discussion in 'Infoway WordPress Theme' started by timlayton, Mar 7, 2013.

  1. timlayton

    timlayton New Member

    Joined:
    Aug 12, 2012
    Messages:
    13
    Likes Received:
    0
    I am using the Home Page Right Feature Widget Area instead of the Lead Capture Form. The text color and font does not match the rest of the site. Can you please reply with the CSS to make the text color and font match the rest of the theme?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Do let us know your website link.
     
  3. timlayton

    timlayton New Member

    Joined:
    Aug 12, 2012
    Messages:
    13
    Likes Received:
    0
  4. 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:
    .signinformbox1.widget div.textwidget {
    font-family: 'Arvo', serif;
    color: #5C5959;
    }
     

Share This Page