Remove Tap to Call button

Discussion in 'ButterBelly WordPress Theme' started by tracykperry, Jun 14, 2017.

  1. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    Hi!

    I'd like to remove the Tap to call button on mobile. I think I had another thread about this, but I cannot find it. I have tried everything I can find in the forum and none of it works.

    Like this--this does not work

    @media only screen and (max-width: 767px) and (min-width: 480px){
    .call-us a.btn {
    display: none !important;
    }
    }
    @media only screen and (max-width: 480px){
    .call-us a.btn {
    display: none !important;
    }
    }
    www.TracySageKing.com
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the Tap to call button on mobile, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 991px){
    .taptocall {
        display: none;
    }}
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    That worked. Thank you!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    You are most Welcome!

    Always feel free to ask your queries at our support forum:

    http://inkthemes.com/community/

    We would be glad to assist you...

    Have a nice day!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page