Change Footer Widget Text Color & Copyright Color

Discussion in 'Infoway WordPress Theme' started by frederickads, Jul 1, 2014.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    I would like for all of my headings, text and links in the footer area to match the footer widget heading color and read more link color that is above in the homepage feature area. I have attached a screenshot to illustrate. http://www.bandrdesign.dreamhosters.com/

    Thanks in advance.
     

    Attached Files:

  2. 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 div.textwidget span {
    color: #E2E2E2 ! important;
    }
    .footer ul li a {
    color: #E2E2E2 ;
    }
    .footer-bottom .copyrightinfo P {
    color: #E2E2E2 ;
    } 
    In place of "#E2E2E2" you can put your color or color code.
    This will solve your issue.
     

Share This Page