Hey Armin,
I just got a short question. Is it possible to have a frame (for example 25px black) around the projects in the categories when mouseover occurs? With the same animation as the features image mouseover.
Cheers!
mouse over project titles frame?
Hey Armin,
I just got a short question. Is it possible to have a frame (for example 25px black) around the projects in the categories when mouseover occurs? With the same animation as the features image mouseover.
Cheers!
You mean you want a border around the project title on a mouseover? Sure, u need CSS for that.
Leanr about css for example here: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started
You need to find out the right selector for the project title, for example with the chrome inspector.
https://developer.chrome.com/devtools/docs/dom-and-styles
Learn about borders here: https://developer.mozilla.org/en/docs/Web/CSS/border
about hover(mouseover): https://developer.mozilla.org/en-US/docs/Web/CSS/%3Ahover
and css transitions: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions
You can enter your CSS in Lay Options -> Misc Options.