Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1041658

    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

    #1041731

    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

    #1041852

    Perfect Jordan.

    Have a good one.

    Regards

    Claudia

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘hide click to call link in header on desktop’ is closed to new replies.