Want to disable tap to call feature.

Discussion in 'Local Business WordPress Theme' started by jeremyros3, May 14, 2015.

Thread Status:
Not open for further replies.
  1. jeremyros3

    jeremyros3 Guest

    Joined:
    May 13, 2015
    Messages:
    2
    Likes Received:
    0
    Hi,

    I would like to disable the tap to call feature, currently, even if I leave the field blank in theme options, it still shows on the mobile. I want to get rid of it completely.

    Please help.

    Thanks,

    -Sumit
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .call-us a.btn{
    display:none
    }
     
  3. jeremyros3

    jeremyros3 Guest

    Joined:
    May 13, 2015
    Messages:
    2
    Likes Received:
    0
    Hi Sameer,

    Thanks, that worked.

    Best,
    -Sumit
     
Thread Status:
Not open for further replies.

Share This Page