How to have link text change color onclick

On mobile devices, I am finding that when users click on a hyperlinked piece of text on my site - https://www.interiordesign.to - there is a significant delay where nothing happens and the user is left wondering if they clicked the link properly.

I would like to have the link change color onclick to let the user know that they have clicked properly and that they will be taken to the link url asap.

Can anyone advise on the code required to do this?

FYI…I am a total newbie to coding

Hi,
You can check out this thread . Instead of using the onMouseIn / onMouseOut events, you can use the onClick event.

Good luck!
Tal.