Change Color of Widget Text

Discussion in 'Infoway WordPress Theme' started by robert l, Jun 24, 2013.

Thread Status:
Not open for further replies.
  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    I am working on my footer area (www.21stcenturyparadigm.com). The footer itself is dark blue.

    How do I change the following colors???

    In the first widget area, I have a text widget. The header title is light gray, and the text in the box is white. This is perfect.

    In the second widget area, I have a pages widget (titled Site Map). The header title is light gray, and the link text is black, which turns white when you mouse over. I want to change the link text to light gray, while keeping the mouse over white.

    In the third widget are, I have a RSS feed (titled Blog). The header title is blue, and the link text is black, which turns white when you mouse over. I want to change header title to light gray (matching the other header titles), and change the link text to light gray, while keeping the mouse over white.

    Thank you!

    Robert
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer .footer_widget h4 a {
    color: #E2E2E2;
    }
    .footer ul li a {
    color: #E2E2E2;
    }
    
     
  3. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page