Remove 'Tap to call button'

Discussion in 'BlackBird WordPress Theme' started by bizjetblogger, Nov 22, 2012.

  1. bizjetblogger

    bizjetblogger New Member

    Joined:
    Oct 25, 2012
    Messages:
    5
    Likes Received:
    0
    Hi,

    Can you let me know how to remove the tap to call feature please?

    The code in the thread below doesn't seem to work

    Many thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px)
    .header-info a.btn {
    background: none;
    margin-top: 0px;
    margin-bottom: 0;
    height: 0;
    }
     

Share This Page