• Resolved brasileirosnoseua

    (@brasileirosnoseua)


    Hello!

    I have been having this issue for months and I can’t solve it. Every link, both text and images on my website keep getting this underline/underscore below it and nothing seems to fix it.

    Here is what I tried: 3 different CSS codes based on the !textdecoration idea, removing every setting on Elementor Pro related to this and I also contacted Elementor PRO support and they also could not figure out what is happening (I have them temporary access to the WordPress to try).

    Does anyone have any idea of how to fix it? I don’t know where else to look for help. Here is the website, it happens all over it: https://www.brasileirosnoseua.com/

    Thank you so much!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • lisa

    (@contentiskey)

    Does the situation happen with all themes?

    Maybe there is a border-bottom from (seedlet) theme that is impacting :

    found when I inspected code using developer tools related to your theme
    a {
        border-bottom: 1px solid var(--global--color-secondary);
    }
    try something like this instead
    a {
        border-bottom: none;
    }

    Otherwise, start a topic for seedlet theme support https://www.ads-software.com/support/theme/seedlet/

    umarzaki

    (@umarzaki)

    add this custom css code in your site.
    a {
    border-bottom: none?!important;
    }

    Thread Starter brasileirosnoseua

    (@brasileirosnoseua)

    @contentiskey @umarzaki
    Thank you so much! I spent hours with this and you just fixed it! Thanks again for the help, let me know if I can ever help with something! I’m closing the topic, have a great week!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot remove Underline on Text/Image Links’ is closed to new replies.