Color of the footer text

Discussion in 'GoldenEagle WordPress Theme' started by aliakbarshabbir, Dec 18, 2012.

  1. aliakbarshabbir

    aliakbarshabbir New Member

    Joined:
    Sep 26, 2012
    Messages:
    14
    Likes Received:
    0
    Hi,

    If you visit www.energysense.in and scroll down to the bottom of the website, the footer text is unseen because of the website background image. Is it possible to change the color of the footer text?

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-bottom .copyright {
    color: red;
    }

    Inplace of "red" put your color code.
     

Share This Page