80% of text underlined on Mobile

Hi for some reason 80% of my text is underlined on Mobile. I’ve got quite a bit of CSS so I thought it may have been my doing but after deleting all of my CSS I still had the same problem. It seems to have happened randomly and I can’t find the source of it.

You can view an example of it on this page - https://music.stefanguy.com/popular-progressions/

It only happens on mobile or at the width of a mobile.

Any support is much appreciated.

Hello @stefanguy,

Thanks for writing in!

Your texts gets underlined because you inserted this broken <u><u> html code in your Topbar Content area:

<u><a href="https://music.stefanguy.com/summer-walker-chord-progression/" target"_blank" > Watch Now </a><u>

You are supposed to close the tag like this <u></u> :

<u><a href="https://music.stefanguy.com/summer-walker-chord-progression/" target"_blank" > Watch Now </a></u>

Please correct the tag in your Topbar Content.

Thank you so much! I didn’t even think to check my top bar. I had a feeling it was my doing as I haven’t updated anything. Thanks again for the support, all is well now.

Glad we could help.

Cheers!

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