Remove Tap to Call button

Discussion in 'BlackBird WordPress Theme' started by villa4season, Dec 15, 2014.

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

    villa4season Member

    Joined:
    Dec 28, 2012
    Messages:
    52
    Likes Received:
    0
    Hi, is there a possibility to get rid of the Tap to call button please?
    Thank you,
    www.villa4season.com
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header-info a.btn {
    display: none !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. villa4season

    villa4season Member

    Joined:
    Dec 28, 2012
    Messages:
    52
    Likes Received:
    0
    Hi, thanks a lot for the tip. I did it but in the mobile version of the site the button is still where it was. What can be done please?
    Thank you!
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .header-info a.btn {
    display: none !important;
    }
    }
     
    @media only screen and (max-width: 767px){
    .header-info a.btn {
    display: none !important;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. villa4season

    villa4season Member

    Joined:
    Dec 28, 2012
    Messages:
    52
    Likes Received:
    0
    Hi,
    done, but the button is still there((
    Would you like me to mail you the access to the dashboard?
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Katia,

    We have fixed your issue, it was due to WP SUPER CACHE plugin, which do not reflects any changes in your site.

    Right now we have deactivated it, kindly visit your site and you are suggested to keep it deactivated for better results.

    Moreover, you should update your theme as you are using version 1.9 where as version 2.1.1 is available on our members area.

    Expecting this updation from you.

    Thanks & Regards
    Yogesh Bhade
     
  8. moniquemiserez

    moniquemiserez New Member

    Joined:
    Nov 27, 2014
    Messages:
    2
    Likes Received:
    0
  9. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Moniquemiserez,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .caption-wrapper {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  10. moniquemiserez

    moniquemiserez New Member

    Joined:
    Nov 27, 2014
    Messages:
    2
    Likes Received:
    0
    thank you !!! so much and Hapy New Year !
    Monique
    :)
     
Thread Status:
Not open for further replies.

Share This Page