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
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