Make Tap To Call Work Only in Mobile Device

Discussion in 'Woodpecker WordPress Business Theme' started by gmarino4, Jun 8, 2015.

  1. gmarino4

    gmarino4 New Member

    Joined:
    Jun 7, 2012
    Messages:
    8
    Likes Received:
    1
    Hello, I have looked around for some CSS on this one and can not find it. What I was hoping for was some code to only show the tap to call feature in a mobile device.

    Thanks in advance

    Garry M
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Garry M!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media screen and (min-width: 768px){
    a.button-def {
      display: none !important;
    }
    }
    Thanks,
    Praveen
     

Share This Page