Hi support team,
How can I increase the font size on mouse hover, all over the site?
is there a css code that i need to insert to the custom css that can do it?
Thanks
Tal
Hi Tal!
Something like this should do it:
*:hover{
font-size: 40px;
}
Not sure if that’s the result you’re wanting to achieve though.
Cheers!
Josue
Hi Josue,
Great! this is exactly what I need!
Thanks,
Tal