Okay
  Public Ticket #825949
remove link underline
Closed

Comments

  •  20
    Zoe started the conversation

    Hi,

    I'd like to hide to the underline that appears for links. I tried the code below without success. Your help is appreciated!

    Thanks, Zoe

    a:-webkit-any-link {

    1. color: -webkit-link;
    2. text-decoration: none;
    3. cursor: auto;

    }


  • [deleted] replied

    Hi Zoe,

    You have made a very great site with our theme, i must say that i really liked it :)

    To remove the underline, please just add the code below to Custom CSS

    .wrapper a:after, footer.main-footer a:after {
        background-color: transparent !important;
    }
    
    .wrapper a:after {
        background: transparent !important;
    }
    
  •  20
    Zoe replied

    Thank you! That's a kind compliment. Thank you for all the excellent support you've given. I couldn't have done it without you!

    Zoe

  • [deleted] replied

    Hi Zoe,

    Very glad to hear that :)