I have lots and lots of code written already for the website that I'm launching soon, but I forgot one really important thing. The hover effect doesn't work correctly on mobile. I know that it kind of works when you click it, but that's not what I want. I want a touchstart and touchend effect for mobile. Is there an easy JavaScript code that can fix all the hover effects? Because it's not just about one class hover effect, there are many. Like the button effect and the flip cards that will flip when you hover them.
There is too much code to post here, but here is a link to my dummy site.
Is there anyone who can help me solve my problem, please? I know this is kind of a basic question, but I see so many different things on the internet that I don't know what to do. I can't write a Javascript code for every hover effect that's on the side. I also don't know how to fix it with the media query (hover: hover) or (hover: none) because I want a touch start and touchend effect.
Hope someone has the time to help me, it would mean a lot to me. Thank you in advance.