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