Skip to main content

Removing automatic underline for link text without CSS

Comments

1 comment

  • Ariel H.

    Hi Richard,  

    The underline on links is usually controlled by the active theme you're using. Could you try temporarily switching to a different theme and see if the issue still happens? If the underline goes away with a new theme, you can switch back to your original theme and check under Appearance -> Customize, there may be an option specific to your theme to remove the underline from links.

    Another thing to check is if there’s any custom CSS in the Additional CSS section. If you find any, look for something like this:

    a:link {
        text-decoration: underline;
    }

    If you do find a rule like this, let me know, and I can walk you through the steps to remove it safely.

    Please give this a try and let me know how it goes.

    Best regards,  
    Ariel H.

    0

Please sign in to leave a comment.