Skip to main content
Nintex Community Menu Bar
Question

css in the vertical navigation

  • July 10, 2024
  • 1 reply
  • 9 views

Forum|alt.badge.img

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

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…

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+3

Joey -

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

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