css in the vertical navigation

super noobie here to skuid, but looking forward to customizing every aspect of my projects with the help of this community :slight_smile:

I’d like to add a:hover to the text/font-awesome characters in the side navigation menu. I have managed to lock in the side navigation and use a jquery sliding panel, but the css portion is messing me up. 

Any pointers, would be greatly appreciated. 

thank  you in advance…

Joey -

Thanks for your question.  We’re looking forward to helping you customize all your Skuid projects :slight_smile:

Are you using the standard Skuid navigation component?  If so, you can just use the following css to adjust the hover:

.sk-navigation-item:hover {&nbsp; &nbsp; color: blue; **Add additional CSS here** }<br>


Hope this works - thanks!
Christine