change tag font color

Discussion in 'GoldenEagle WordPress Theme' started by returning glory, Mar 3, 2013.

  1. returning glory

    returning glory New Member

    Joined:
    Feb 5, 2013
    Messages:
    17
    Likes Received:
    0
    I would like to change the tag text at the very bottom of my page from its current grey. How can I do that?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-bottom .copyright {
    color: white;
    }
    This will change the color of the text in the footer.
     

Share This Page