Wordpress, Highlight text on mouse hover

Viewed 15

Hi everyone is it possible in wordpress to create a similar effect when you go over a text with the mouse pointer?

see the example image

enter image description here

thanks for reply.

1 Answers

This is not really related to Wordpress, more a CSS(/JS?) question.

A simple way to achieve it would be to add a specific class to the container of the text you want to have the effect, then handle the effect using CSS only.

Here is an exemple using a link but it should be applicable to any kind of text : https://codyhouse.co/ds/components/app/text-background-effects

Related