Home › Forums › Jevelin Theme › broken email link (contact)
Home › Forums › Jevelin Theme › broken email link (contact)
Hi Savas,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hello,
Please note that the error message comes after clicking the CONTACT page:
https://retrolicity.com/contact/
Regards
Savas
To resolve the issue, you should add your email address in the below format.
mailto:[email protected]
It’s working fine for me by opening the email client on my computer.
You have to just deactivate the page loader on that page. You can deactivate it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body.page-id-703 .sh-page-loader { display: none !important; }
After using the CSS code, please test it clearing your browser cache.