Remove Tap to Call

Discussion in 'ButterBelly WordPress Theme' started by kimba7, Oct 26, 2015.

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

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
    Hello! I just purchased this theme. How can I remove the Tap to Call button at the top of the page.
    Thanks!
     
  2. kimba7

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
    I found this code on another thread. Still does not remove the tap to call.

    .footer_top_container .call_us
    {
    display:none;
    }
     
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. kimba7

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
  5. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .taptocall {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. kimba7

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
    Perfect! It worked!
     
Thread Status:
Not open for further replies.

Share This Page