Theme Question
-
I'm tweaking lavender and I'd like to change the highlighting when somebody mouses over the navbar. Can someone point me to the right css
element?Thanks
-
I guess you want sth. like
#main-nav > li > a:hover { background-color: rgb(255, 42, 205)!important; }
-
I usually make a custom.less file and put all my edits in there with or without the !important tag, as needed. @frissdiegurke 's fix should work as well.
Copyright © 2024 NodeBB | Contributors