Hello, I have looked around for some CSS on this one and can not find it. What I was hoping for was some code to only show the tap to call feature in a mobile device. Thanks in advance Garry M
Hello, Garry M! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media screen and (min-width: 768px){ a.button-def { display: none !important; } } Thanks, Praveen