Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    November 12, 2015 at 4:00 pm #22030

    Hello, I’d like to change the color of the link under each tweet. These are currently set to a color very close to the background color of the footer, which makes them hard to see.

    Is there a custom CSS solution for this?

    Please see the footer, right-hand column for the following website:https://cascadeintegrativemedicine.com/

    Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    November 13, 2015 at 4:41 am #22041

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    .jtwt_date{
    color:#fff !important;
    }

    Thanks!