Removing Tap to Call Feature

Discussion in 'Local Business WordPress Theme' started by bwdaugherty, May 27, 2013.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    How can I remove the tap to call feature.


    ---------------------------------------


    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .call-us a.btn {
    display: none;
    }
    This will solve your issue.
     
  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:
    .call-us a.btn {
    display: none;
    }
    This will solve your issue.
     

Share This Page