-
AuthorPosts
-
February 14th, 2024 at 13:17 #144818mayernissimPower 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
February 15th, 2024 at 14:36 #144835mayernissimPower 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 #146410sgowebPower 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 ProcterPower 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. -
AuthorPosts
You need to log in to reply to this topic.