Remove Contact Number

Discussion in 'Infoway WordPress Theme' started by robert l, Sep 15, 2013.

Thread Status:
Not open for further replies.
  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Is it possible to remove the Contact Number, yet, still have the Tap to Call feature to work on Smartphones?

    Thank you!

    Robert
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)


    Code:
    @media only screen and (max-width: 480px){
    .contactinfo img {
    display: none;
    }
    .header .contactinfo span.calldetails{
    display: none;
    }
    }

    This will solve your issue.
     
  3. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Thank you, Piyush. Though, it didn't work!?!? The number is still showing on the site... What now?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Sure. www.empowercircles.com

    You will notice that the phone number is showing up over top of banner header.

    Thanks for your help!
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Undo the previous replied solution in the above post.

    and then paste the following given code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header .contactinfo span.calldetails {
    display: none;
    }
    .contactinfo img {
    display: none;
    }
    
    This will solve your issue.
     
  7. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    It worked! You are the man, Piyush. Thank you so much.
     
Thread Status:
Not open for further replies.

Share This Page