Tap to Call Button

Discussion in 'BlackBird WordPress Theme' started by demchiefjr, Mar 28, 2013.

  1. demchiefjr

    demchiefjr New Member

    Joined:
    Mar 17, 2013
    Messages:
    3
    Likes Received:
    0
    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.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page