Happening now | Shopify Community AMA: Ecommerce Fundamentals with 2H Media | Ask your questions now!

Text on product page now hyperlink

Text on product page now hyperlink

Susi12
New Member
8 0 0

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??

Replies 5 (5)

comercioservice
Shopify Partner
291 37 36

@Susi12 yes possible, can you share your store url ?

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

Tech_Coding
Shopify Partner
514 132 131

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.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

Susi12
New Member
8 0 0

Thanks that worked!!

 

lennart2
Visitor
1 0 0

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

Susi12
New Member
8 0 0

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 </body> on theme.liquid

<style>
    a{
       text-decoration: none !important;
   }

</style>