• Resolved meken

    (@meken)


    They are not working:

    a.external {
    text-decoration: none !important;
    }

    a.external_icon {
    text-decoration: none !important;
    }

    .entry-content {
    text-decoration: none !important;
    }

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site? Also, I’m afraid I’m not completely sure what you’re trying to do.

    Thread Starter meken

    (@meken)

    I want to remove underline of hyperlink

    • This reply was modified 7 years, 6 months ago by meken.

    Unfortunately, the site you mentioned isn’t loading for me, but this custom CSS should work:

    .entry-content a {
        box-shadow: none;
    }

    An easy way to add custom CSS is to use the Additional CSS feature (Dashboard > Appearance > Customize > Additional CSS) added in WordPress 4.7. Otherwise, you could use a custom CSS plugin or create a child theme.

    Thread Starter meken

    (@meken)

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to disable text link in the page?’ is closed to new replies.