Change font of widget text

Discussion in 'Infoway WordPress Theme' started by robert l, Oct 11, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Hi Support,

    I've acquired from you in the past the following code to change the color of widget text:

    .footer .footer_widget h4 a {
    color: #E2E2E2;
    }
    .footer ul li a {
    color: #E2E2E2;
    }

    However, it's not working on my site. It remains as yellow, and I'd like it to be white. I've attached a screenshot to view. Help?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .footer .footer_widget h4 {
    color: red;
    }
    .footer div.textwidget {
    color: red;
    }
    .footer div.textwidget a {
    color: red;
    }
    .footer ul li a {
    color: red;
    }
    In place of "red" you can put your color or color code.
    This will solve your issue. If not, then please share us your website link so that we can check the issue and provide you the exact solution.
     

Share This Page