Footer Widget TITLE Colour

Discussion in 'Blackriders WordPress Theme' started by alexdimartino, Apr 11, 2014.

Thread Status:
Not open for further replies.
  1. alexdimartino

    alexdimartino Member

    Joined:
    May 1, 2012
    Messages:
    41
    Likes Received:
    1
    Is it possible to have a different text colour JUST for the TITLES (not the text body) of the 4 Footer Widgets?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .footer .footer_widget h3 {
    color: red;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. alexdimartino

    alexdimartino Member

    Joined:
    May 1, 2012
    Messages:
    41
    Likes Received:
    1
    Great, all done. Many thanks!
     
Thread Status:
Not open for further replies.

Share This Page