Responsive Call Now Button

Discussion in 'Harrington- A WordPress Business Theme.' started by irissalmins1, Feb 2, 2016.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    How can I remove the button?

    My theme is red white and dark blue, can the button phone image and/ or background and frame around the back ground be changed?

    Thank you for your time.

    Iris Salmins
     
  2. priya

    priya Guest

    Hello Iris,

    Greetings from InkThemes!

    To remove the button,

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a.btn {
        display: none !important;
    }
    For the second requirement,

    Please provide us 'URL' of your site along with some edited screenshot of the concerned area so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thanks for your time. The button only shows up on a cell phone.

    Iris Salmins
     
    smith likes this.
  4. priya

    priya Guest

    Hello Iris,

    Use below code in Custom CSS field of your dashboard..
    Code:
    @media only screen and (max-width: 480px){
    .call-us a.btn {
        display: none;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I am not sure what the last CSS is for... I was just letting you know that I couldn't do a screen shot because it only shows up on a smartphone.
     
  6. priya

    priya Guest

    Hello,

    Would you please make me clear that are you looking forward to changing the background of that button (phone image) or want to remove that completely on the small device...?

    Because above code is just for to remove that button completely from small devices..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I actually wanted to present both to my client. With the phone green and the background red, I dont think.it would work eilirher.. It is possible to have a red background with white text that says call now?
    Thanks, Iris Salmins
     
  8. priya

    priya Guest

    Hello,

    I would like to inform you that is just an image so if you want to replace that image with your desired one, please send us your dashboard credentials at [email protected] along with this thread link and we will do it for you...

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  9. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I think we will just leave it off for right now. Thanks, Priya.
     
  10. priya

    priya Guest

    Alright, Iris...:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  11. familys

    familys New Member

    Joined:
    Jul 13, 2017
    Messages:
    13
    Likes Received:
    1
    Thanks
    This helped get rid of the 'tap to call button' on mobile also.
     
  12. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Sounds great...
     

Share This Page