Changing footer text color and widget area

Discussion in 'Local Business WordPress Theme' started by bwdaugherty, Dec 6, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to change the footer text hover to red and the widget area to Black. please advise. Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer a:hover {
    color: red !important;
    }
     
    .footer-wrapper .footer
    {
    background:black;
    }
    Thanks & Regards
    Pramod
     

Share This Page