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!
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; } }