Tagged: phone number
Hi all,
We use a click to call link in the top header, right.
This is working fine on mobile.
How can we disable / hide the link on desktop and only show there the text plus our contact number.
Please see information in private.
Thanks.
Claudia
Hey Marco,
Add this to quick css:
@media only screen and (min-width: 768px) {
.phone-info a{
pointer-events: none!important;
}}
Best regards,
Jordan Shannon
Perfect Jordan.
Have a good one.
Regards
Claudia