Archived topic
mobile mode
1 reply · Started by claudio on April 16, 2020
Good morning, in mobile mode the company vat number results to be a link phone number.
The problem is in the page "contacts" not in the footer.
how can i resolve it?
thank you
Hi there,
You can add this to the <head> of your site:
<meta name="format-detection" content="telephone=no">
Simplest way to do that is to create a new Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Add the Meta code above.
Select the WP_Head hook.
Set the Display Rules to Entire Site