Stop Numbers being clickable on mobile View

Stop Numbers being clickable on mobile View

Henrybags
Excursionist
32 2 3

Little niggly problem that i cant seem to reolve. 

 

The part numbrers in some of my titles are clickable on mobile view... Almost like they are a telephone number.. how can i stop this please. Dawn Theme 

 

url example and screenshot 

 

https://henrybags.co.uk/collections/henry-hoover-bags/products/10-genuine-henry-bags-nvm-1ch-hepaflo...

 

IMG_9860.jpg

Replies 3 (3)

SomeUsernameHe
Shopify Partner
519 58 113

For me, I do not see the links. You already have the .css to hide the link:

 

.product__title>a {
    display: none;
}

 


Maybe try adding !important to the css rule to see if that helps.

 

.product__title>a {
    display: none !important;
}

You can find this css in the file: section-main-product.css

 

Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee
Henrybags
Excursionist
32 2 3

Found the .css for this. imcluded the important... sadly didnt change anything 

SomeUsernameHe
Shopify Partner
519 58 113

section-main-product.css

Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee