Remove Tap To Call Button

Discussion in 'BlackBird WordPress Theme' started by freepublicitygr, Jun 9, 2014.

  1. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
    I want to remove both the tap to call button and the lead generation form. Here is the CSS code I am using (taken from this forum).

    .caption {
    display: none;
    }
    div.header-info img {
    display: none;
    }

    The form has disappeared, but the tap to call button is still there. Any suggestions?

    Thanks for your help.

    Don McCauley
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-info{
    display:none;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
    Ok, still not working. This is the code I have entered, and the button is still there:

    .caption {
    display: none;
    }

    .header-info{
    display:none;
    }

    Thanks for you help,

    Don
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  5. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You are using "Blackridertheme" and this thread is for "Blackbirdtheme". That's why code given above is not working.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .call-us {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page