How to remove tap to call?

Discussion in 'Nutrition WordPress Theme' started by designstouch, Apr 22, 2015.

  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi support team,

    How can i remove the tap to call button / feature in mobile view?

    Thank you,
     
  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:
    @media only screen and (max-width: 480px){
    .header_info a.btn {
      display: none !important;
      }
      }
    Hope it will solve your issue. let me know for further doubts.
     
  3. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2

    Attached Files:

  4. praveen

    praveen Support Staff

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

    I have got your concern,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header_info a.btn {
      display: none !important;
    }
    }
    Hope you are enjoying InkTheme services.

    Do let me know if you need any help.

    Thanks,
    Praveen
     

Share This Page