Okay
  Public Ticket #2610311
Disable Link Underline on Icons
Closed

Comments

  •  3
    MrMusicman91 started the conversation

    Hey,

    is there a way to disable the link underline on icons? :)

    Would be really helpful.

    Thank you a lot. 

  • [deleted] replied

    Hi MrMusicman,

    Can you please write URL of this exact page please where you have this problem please?

    Thanks!

  •   MrMusicman91 replied privately
  • [deleted] replied

    Hi MrMusicman,

    Can you please tell me where exactly that behavior is happening (the icons with links)?

    Thanks!

  •  3
    MrMusicman91 replied

    Hey Ylli,

    I uploaded some images so that you can see my problem. It is on every icon i put a link on and on some of the words on my site, where it would be great to disable the underline. 

    Best regards,
    Martin

  • [deleted] replied

    Hi Martin,

    Please add the code below to your Custom CSS area:

    .elementor-image a:after {
        background-color: transparent;
    }
    a.elementor-icon:after {
        background-color: transparent;
    }

    Have a nice day!

  •  3
    MrMusicman91 replied

    Yes that's it! Thank you a lot

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!