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

    #150001
    Steve Procter
    Power User

    Sadly this does not work on Ripley 🙁
    Ripley also does not detect the Bravado Plus theme, so won’t allow many features to be used which is really annoying.

    #159571

    Thanks for sharing the fix. Little styling issues like this can make a bigger difference than people think, especially on pages where users need to focus on content or interactive tools. Clean headings are much easier to read and improve the overall experience.

    Website: dotscalculator.com

    #159910
    Steve Procter
    Power User

    It would also be great if future theme updates included a simple setting to enable or disable heading underlines, especially for sites where headings aren’t intended to look like links

    I asked for this a few years ago, but it never appeared. Hopefully they will add it one day.

    Website: www.mobilepcrescue.co.uk

    #160011
    Zed
    Cryout Creations mastermind

    Hi,

    Headings accents have had a control option since Bravada 1.1.2 (July 2024).

    Also, child themes only exist for the free themes as a workaround to the repository limits. While using Bravada Plus, Ripley is integrated as one of its personalities.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #160017
    Steve Procter
    Power User

    Hi Zed,
    I do apologise for missing that, I thank you for your work on these themes 🙂

    ATB
    Steve

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

You need to log in to reply to this topic.