Styling Text Widget on Home Page Right Side Widge

Discussion in 'Infoway WordPress Theme' started by smbrisard, Mar 13, 2013.

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

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Hi,

    I finally decided to get rid of the lead form on the home page and instead to place some free text using the text widget. How do I style the widget to have the same fonts as the rest of my home page at: www.stephanbrisard.com - I'd like the title: "it all started with a passion.." in green and the content below in the light grey (same color as text under Marketing attribution). I'd like to style it the same way as on this page: http://www.thegerddiet.com/

    Thanks
     
  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:
    .signinformbox1.widget h4 {
    color: #709d05;
    }
    .signinformbox1.widget div.textwidget {
    font-size: 13px;
    font-family: verdana;
    color: #5C5959;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 15px;
    }
     
  3. smbrisard

    smbrisard Member

    Joined:
    Feb 28, 2013
    Messages:
    53
    Likes Received:
    0
    Thanks it worked perfect
     
Thread Status:
Not open for further replies.

Share This Page