Remove Tap To Call Feature

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 16, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    I would like to remove the Tap To Call Feature.

    Now it is visible when I access the website on my mobile phone.

    So the purple button on the photo. I want to remove this.

    Please tell me how?

    Thank you!
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggiemae,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    a.btn {
    display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page