Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #457028

    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

    #457189

    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

    #457264

    Hi Josue,

    Great! this is exactly what I need!

    Thanks,
    Tal

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘need to increase font on mouse hover, all over the site’ is closed to new replies.