Okay
  Public Ticket #2341242
Help with CSS
Closed

Comments

  • Jimfan started the conversation

    Hi,
    I try to change the Link-Decoration by using CSS. 
    I want to have that the Link-Decoration is not underlined. 
    Iam trying to use the following CSS code:
    a: hover {
    text-decoration: none! important;
    }
    But it doesn't work.
    Can you help me there?
    I have attached a picture as an example.
    Thanks.

  •  1,558
    Laborator replied

    Hi there,

    Try adding this CSS to Custom CSS to remove the text underline completely in all links:

    .wrapper a:after, 
    footer.site-footer a:after,
    .wrapper a:hover:after, 
    footer.site-footer a:hover:after {
        display: none !important;
        width: 0 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group