Remove Tap to Call feature and

Discussion in 'Infoway WordPress Theme' started by bizgirl, May 19, 2017.

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

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there

    Can you please tell me how to remove the tap to call feature. My client is not happy with how it looks on mobile as the button with phone number takes up too much space.

    Is is also possible to remove the Contact Us button from the top menu (right hand side as shown on www.maroochydoreroos.com)

    Cheers,

    Maggie
     
  2. Naveen

    Naveen Guest

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

    For this, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings
    Code:
    .siteinfourl a,
    .siteinfourl a p {
        display: none;
    }
    @media only screen and (max-width: 767px){
    .taptocall {   
        display: none;
    }
    }
    This will help you to figure it out and resolve your issue(s).

    Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi Naveen,

    It seems to have changed on my computer but when browsing on my galaxy mobile it is still showing both Contact Us and the Phone no 0408400999.

    Could you please check on your phone whether this is the case. I have cleared the browsing history etc on my phone but it is still showing.

    Your help is greatly appreciated as always.

    Cheers

    Maggie
     
    smith likes this.
  4. Naveen

    Naveen Guest

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

    I've just checked it in my mobile, but didn't get it.

    It's working.

    Please check again after clearing your browser's cache.

    Regards!
    Naveen Kolhe
    InkThemes.com
     
    smith likes this.
  5. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Many thanks Naveen. Is there some code to increase the size of the website on mobile
    so it appears larger, even if it means not showing much of the background image?

    Cheers,

    Maggie
     
  6. nitin

    nitin Guest

    Hi Maggie,

    To increase the width of the content, just use the custom CSS code given below:-

    Code:
    @media only screen and (max-width: 480px){
    .container_24 {
        width: 420px;
    }
    .body_wrapper {
        width: 420px;
    }
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    smith likes this.
  7. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you so much Nitin...have a great week!
     
    smith likes this.
Thread Status:
Not open for further replies.

Share This Page