Text on product page now hyperlink

For some reason the entire text on my product pages is now underlined and a hyperlink to my shipping policies, is there a way to turn this off??

Hello @Susi12
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Thanks that worked!!

what did they do to fix it? - I have the same issue!

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

a{ text-decoration: none !important; }