I have a number of stores with their own pages on my website. Consequently, I have disabled both the phone and address parts of the Home page. However, when I pull up my site on my mobile phone, the first thing I see is "Tap to Call." Since, I don't have a single number to call, it doesn't do anything. Is there a way to make that go away on the mobile phone view of my website since it doesn't actually work? Thanks for your help.
Hello, Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .header-info { display: none; } This will solve your issue.