How to Remove Tap to Call

Discussion in 'Dzonia WordPress Theme' started by sherylpedersen, Apr 22, 2017.

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

    sherylpedersen New Member

    Joined:
    Apr 21, 2017
    Messages:
    2
    Likes Received:
    1
    How do i remove tap to call? I don't want it to be seen when people are viewing on their smart phones. We do not have a phone number.

    Also, I followed the instructions on a previous post to remove the breadcrumbs. I did that and now I have 2 faint lines at the top of each page below the menu. How can I remove them?
    http://focusonability.ca/services/

    Thank you
     
    Last edited: Apr 24, 2017
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    For this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .page_navi_bg {
        background: none;
        }
    @media only screen and (max-width: 767px){
    .taptocall a.btn-tap {
        display: none;
    }
    }    
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. sherylpedersen

    sherylpedersen New Member

    Joined:
    Apr 21, 2017
    Messages:
    2
    Likes Received:
    1
    Thank you so very much. worked perfectly
     
    smith likes this.
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome :)
     
Thread Status:
Not open for further replies.

Share This Page