Footer Text Color

Discussion in 'Nutrition WordPress Theme' started by kimkr, Oct 2, 2013.

  1. kimkr

    kimkr New Member

    Joined:
    Apr 3, 2013
    Messages:
    19
    Likes Received:
    0
    Hi -

    I was able to change the copyright info to white (my background color is now grey) but there is footer text on the left side that remained grey as is there a line under my copyright that did not change to white text/font. Can someone tell me the name of this section so I can change the color in the custom css. Thanks!

    www.dentalstaffingnetwork.com

    (far left, very bottom of page)
     
  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:
    .theme_desc a {
    color: #ffffff!important;
    }
     

Share This Page