Recent Tweets Widget Color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14496
    kgruen
    Member

    Hi,

    I’ve successfully added the recent tweets widget to footer area one. However I can’t seem to find out how to change the color of the links. Any suggestion?

    Thanks

    #14509
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #footer .tp_recent_tweets li a {
      color: #0086cf !important;
    }
    #footer .tp_recent_tweets li a:hover {
      color: #fff !important;
    }
    
    #14512
    kgruen
    Member
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Recent Tweets Widget Color’ is closed to new replies.