Footer Text Color

Discussion in 'Infoway WordPress Theme' started by pupwild, Apr 25, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    The footer text and link colors are weird, like an off white and pink. How could I make this a solid white for the footer text and link?
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .footer p {
    color: #fff;
    text-shadow: none;
    }
    .footer ul li {
    color: #fff;
    text-shadow: none;
    }
    .footer ul li a {
    color: #fff;
    }
    .footer-bottom .copyrightinfo p {
    color: #fff;
    }
     

Share This Page