Short and simple tip on how to display an icon based on a field value without showing the value
2 Likes
Hi Carl, great tutorial thanks for the video.
Would you know if there’s a simple way to change the icon color when hovering ?
1 Like
Hi @Joel2 - I don’t know how you’d do this as I’m not a coder. Not possible natively in Knack but maybe with custom code Tagging my good friend @Johnny_Appknowledged_UK who is an expert CSS developer who may be able to help.
1 Like
Hey @Joel2 you should be able to do this with hover selector like this
.fa:hover {
color: blue;
}