Remove Tap to Call button

Discussion in 'BlackBird WordPress Theme' started by tfhny, Jan 4, 2013.

  1. tfhny

    tfhny New Member

    Joined:
    Jan 3, 2013
    Messages:
    1
    Likes Received:
    0
    I realize I'm posting a new thread for an existing topic, but thats what it says to do in the signature of the Admins.

    How do I remove the Tap to Call button. on Wordpress 3.5

    I tried the CSS in the Custom CSS area. Even added display:none; to it. still no luck.
    I have ZERO need for this feature and need it removed. would have loved a toggle like the other features.

    thanks!
     
  2. joystutts

    joystutts New Member

    Joined:
    Dec 30, 2012
    Messages:
    6
    Likes Received:
    0
    I also have the same question. I'd like to be able to easily remove this feature.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    @media only screen and (max-width: 767px){
    .header-info a.btn{
    display:none!important;
    }
    }
     

Share This Page