Hi! I'd like to remove the Tap to call button on mobile. I think I had another thread about this, but I cannot find it. I have tried everything I can find in the forum and none of it works. Like this--this does not work @media only screen and (max-width: 767px) and (min-width: 480px){ .call-us a.btn { display: none !important; } } @media only screen and (max-width: 480px){ .call-us a.btn { display: none !important; } } www.TracySageKing.com
Hi, Greetings from InkThemes, To remove the Tap to call button on mobile, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 991px){ .taptocall { display: none; }} Hope this helps...! Thanks & Regards! Akbar InkThemes.com
You are most Welcome! Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ We would be glad to assist you... Have a nice day! Thanks & Regards! Akbar InkThemes.com