Remove underlines on headings across the site

  • Author
    Posts
  • #144818
    mayernissim
    Power User

    Recently all the headings (h1, h2, h3, h4 etc) on the site seem to be underlined, and my client is pretty sure they weren’t before (could this have happened in a recent update).

    I’ve tried to remove them using Additional CSS (both with and without !important) and it’s not worked.

    /* Remove text decoration from all headers with !important */
    h1, h2, h3, h4, h5, h6 {
    text-decoration: none !important;
    }

    Any ideas how to fix this?

    Thank you in advance!

    Website: becs-medium.com

    #144835
    mayernissim
    Power User

    I’ve got the answer via Priority Support (thank you!). Posting the necessary CSS
    in here in case anyone else has a similar issue.

    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5 {
    background: none;
    }

    #145048

    Thanks for the update, had the same issue on client website..
    BTW which CSS plugin do You use.. I ask You this because CSS keeps reverting back to old settings whenever there are updates…?

    Website: joss.si

    #146410
    sgoweb
    Power User

    Same problem here. It is indeed a very unnecessary and annoying feature. Please remove underline for accessible website design.

    Website: sgoweb.de

Viewing 4 posts - 1 through 4 (of 4 total)

You need to log in to reply to this topic.