Remove Click to Call Feature

Discussion in 'Appointway WordPress Theme' started by malloryvw, Mar 1, 2014.

  1. malloryvw

    malloryvw New Member

    Joined:
    Aug 2, 2013
    Messages:
    4
    Likes Received:
    0
    How do I remove the click to call feature?

    ---------------------------------------------------------

    Hello,

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

    Code:
    @media only screen and (max-width: 480px){
    .call-us a.btn {
    display: none;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .call-us a.btn {
    display: none;
    }
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  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:
    @media only screen and (max-width: 480px){
    .call-us a.btn {
    display: none;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .call-us a.btn {
    display: none;
    }
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page