How can I remove the phone number call effect from my webpage?

Can I remove the effect that is used when using the function to call a phone number. Open this product from the link here and use click on the phone number +30 21 12 34 56 55 .

https://www.forfit.gr/products/poncho-beach-green-pacific-maze-summer%E2%84%A2 . When you choose to cancel and continue to the website the effect is in use and the page is black in full width and full height. Please let me know what to do.

1 Like

Hello @anreistica

Please do not use tel: inside anchor tag while adding info for the phone number.
please remove this part while adding phone number so your problem will be solved

@anreistica

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/animsition.min.css ->paste below code at the bottom of the file.
.paira-container.animsition.zoom-out-sm {
    animation: none !important;
}

Hi @anreistica ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/animsition.min.css->paste below code at the bottom of the file:
.paira-container.animsition.zoom-out-sm {
    animation: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Removing this (tel:) make phone number not linkable element and don’t redirect to phone call. This is not a solution to my problem. I need to stay on the same page when redirecting to make phone call.

When I add this lines to my file the link is no more redirectible link. It became not linkable link and only open in new tab is working fine. It is not a solution for the problem. Thanks for the answer.