-
AuthorPosts
-
February 14th, 2024 at 13:17 #144818
mayernissim
Power UserRecently 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
February 15th, 2024 at 14:36 #144835mayernissim
Power UserI’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;
}February 21st, 2024 at 23:54 #145048Thanks 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
April 26th, 2024 at 12:49 #146410sgoweb
Power UserSame problem here. It is indeed a very unnecessary and annoying feature. Please remove underline for accessible website design.
Website: sgoweb.de
November 6th, 2024 at 17:18 #150001Steve Procter
Power UserSadly 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.July 18th, 2026 at 14:52 #159571Thanks 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
August 15th, 2026 at 10:57 #159910Steve Procter
Power UserIt 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
August 28th, 2026 at 11:12 #160011Zed
Cryout Creations mastermindHi,
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.August 28th, 2026 at 12:04 #160017Steve Procter
Power UserHi Zed,
I do apologise for missing that, I thank you for your work on these themes 🙂ATB
Steve -
AuthorPosts
You need to log in to reply to this topic.