Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    12.11.2015 at 16:00 #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
    13.11.2015 at 04:41 #22041

    Hi,

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

    .jtwt_date{
    color:#fff !important;
    }

    Thanks!