Remove tap-to-call.png on mobile device

Discussion in 'Appointway WordPress Theme' started by matlars, Apr 30, 2013.

  1. matlars

    matlars Member

    Joined:
    Feb 19, 2012
    Messages:
    92
    Likes Received:
    0
    How to remove the mobile button, tap-to-call.png that pops up?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px){
    .call-us a.btn {
    display: none!important;}}
     

Share This Page