Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #862677
Link Colors
Closed

Comments

  •  1
    Jack started the conversation

    Hi,

    I've noticed that some links refuse to change from the default green/teal color even with the additional compatability check box ticked on the Theming page in Theme Options. (Please see attached screenshot)

    Can you provide me with some CSS to change the color of clicked/visted links; I have tried;

    a:visited {
    }
    
    a:clicked {
    }
    

    but have had no luck so far.

    Thanks,


    Best Regards,

    Jack Vanstone

  •  1
    Jack replied

    Sorry missing attachment...

  • [deleted] replied

    Hi Jack,

    Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

  •   Jack replied privately
  • [deleted] replied

    Hi Jack,

    Just add the code below to Custom CSS

    a:focus {
        color: #5d5d5d !important;
    }