Change font color in footer

Discussion in 'BlackBird WordPress Theme' started by jtsanders3, May 25, 2013.

  1. jtsanders3

    jtsanders3 New Member

    Joined:
    Apr 17, 2013
    Messages:
    5
    Likes Received:
    0
    I would like to change the font color in the footer of my Blackbird-themed site. Specifically, I'd like to change the color of the Social Links text ("Join Us on Twitter" and "Join Us on Facebook") and the font color of the Contact Us information (Phone number, Email address, etc).

    Thank you!
    John
     
  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 .widget_inner a {
    color: red;
    }
    .footer .omega .widget_inner {
    color: red;
    }
    Inplace of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page