How to change color of text in the footer

Discussion in 'Local Business WordPress Theme' started by stein84, Apr 23, 2015.

  1. stein84

    stein84 New Member

    Joined:
    Apr 21, 2015
    Messages:
    1
    Likes Received:
    0
    Im trying to change the color of the text in my footer?

    Thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Stein84!

    I have got your concern,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .copyright_left p a {
      color: red !important;
    }
    p.copyright {
      color: green !important;
    }
    p.copyright a {
      color: blue !important;
    }
    Hope you are enjoying InkTheme services.

    Do let me know if you need any help.

    Thanks,
    Praveen
     

Share This Page