Stop numbers being clickable on mobile site

Stop numbers being clickable on mobile site

Henrybags
Excursionist
32 2 3

Hi 

I have a parts website. The issue I am having is that some of my titles on mobile are clickable. Eg. To ring on the phone. I just want them to be normal titles and can’t find how to resolve. 

url example https://vacuumcleanerclinic.co.uk/products/karcher-motor-puzzi-100-200-300-10-1-10-2-nt360-nt361-car...

 

on mobile the numbers in the title are clickable. 

hope this makes sense 

Replies 2 (2)

PageFly-Richard
Shopify Partner
4991 1118 1796

Hi @Henrybags 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

 

<style>
h3.h3,h4.h4 {
ointer-events: none;
}
</style>

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Henrybags
Excursionist
32 2 3

I have this issue now on https://henrybags.co.uk/collections/henry-hoover-bags/products/10-genuine-henry-bags-nvm-1ch-hepaflo...

 

when on mobile the part number in the tile is clickable to ring. 

 

I cant remeber how I solved this on my other site. This code that you suggested doent do anything 

 

any help?