H1 CSS not showing up in Safari

Hello,

On this web page: https://codeyourfuture.io/become-a-student/itc-staging/

The red H1 underline is not displaying in Safari. Works in Chrome, Brave and Firefox. Any suggestions? It may not be the WP theme causing the issue, but I thought I’d ask :slight_smile:

Code is the following:

h1 {
text-decoration: underline #ea4549;
}

Hi Alec,

Thanks for reaching out.

This is a common issue for the Safari browser, please check this article might able to fix your issue in Safari browser.
https://stackoverflow.com/questions/51181010/text-decoration-line-through-css-does-not-work-on-safari-with-my-completed-cla/51219851

Hope that helps and let us know how it goes.

Thank you.

Will check it out, thanks for the speedy response @cramaton!

And now its fixed - thanks again @cramaton

Hi Alex,

It’s our pleasure to help you.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.