Text widget?

Discussion in 'Infoway WordPress Theme' started by scubad17, Jan 29, 2014.

  1. scubad17

    scubad17 New Member

    Joined:
    Jan 19, 2014
    Messages:
    5
    Likes Received:
    0
    How do I change the font color for text widget?

    ------------------------------------------------------------------

    Hello,

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

    Code:
    .footer .footer_widget h4 {
    color: red;
    }
    .footer div.textwidget {
    color: red;
    }
    .footer div.textwidget p{
    color: red;
    }
    
    In place "red" you can put your color or color code.
    This will solve your issue.
     
  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .footer .footer_widget h4 {
    color: red;
    }
    .footer div.textwidget {
    color: red;
    }
    .footer div.textwidget p{
    color: red;
    }
    
    In place "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page