Okay
  Public Ticket #2248228
How to change link hover color
Closed

Comments

  •  5
    craigkleila started the conversation

    I tried adding the following to the Custom CSS section but it didn't work:

    a:hover {
    color: #4d49f0;
    }




  •  1,558
    Laborator replied

    Hi Craig,

    That is a general CSS to change the link hovers all over the site, you can try this instead:

    a:hover {
        color: #4d49f0 !important;
    }
    

    Or let me know what you're trying to change specifically and I can give you another CSS.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group