Change Color of Widget Links

Discussion in 'Infoway WordPress Theme' started by robert l, Sep 15, 2013.

  1. robert l

    robert l Member

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

    I appreciate all of the help you provide! Thank you.

    I created a text widget called "External Links" using the coding <a TARGET="_blank"href ="http://www.princetongreen.org">princetongreen.org</a>.

    I already entered the CSS Coding to change the color of widget text to white. However, the External Links are remaining blue. How do I change the External Links to white?

    Screen shot attached...

    Thanks!
     

    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 .textwidget a {
    color: red;
    }
    
    In place of "red" you an put your color or color code.
    This will solve your issue.
     

Share This Page