Okay
  Public Ticket #1098559
Link Underline
Closed

Comments

  •  2
    Jules started the conversation

    Hello !

    I have a question :

    When i make a link to something, the theme has a default color and effet on link. It underline from left to right with a green color.

    I would like to desactivate this from every link. I tryied to hide this with CSS but i seems to dont work.

    Do you have the correct CSS line to desactivate the underline effect on link ?

    Thanks :)

  • [deleted] replied

    Hi Jules,

    Can you please add the code below to Custom CSS

    a:after {
        background-color: transparent !important;
    }
    

    Will set this ticket as solved from here.