• Closed
  • Tara Quenneville
    Spectator
    06.04.2016 at 11:45 #26298

    I am having trouble changing the text color of text links when you hover. THey just go white or disappear.

    Home

    Denzel Chia
    Moderator
    Posts: 2656
    07.04.2016 at 01:36 #26308

    Hi,

    Use the following in Theme Options -> Custom CSS

    .post-content a:hover {
    color: #000 !important;
    }

    Thank you