Text 'Mouse Over' Blurry Effect
General Discussion
3
Posts
2
Posters
559
Views
1
Watching
-
Is it possible to add code to the Mouse Over effects for Titles/Menus/Hyperlinks so that the effect is something like in this website? https://www.mckaynilson.design/ thanks
-
Yes!!
You just need to add some custom CSS to target the links. In your example they’re using a filter – Something along these lines might work:
a { color: #ff0000; transition: ease-in-out 0.2s; } a:hover { color: #ff0000; -webkit-filter: blur(3px); /* Safari */ filter: blur(3px); transition: ease-in-out 0.2s; }
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com