Let me say I didn't notice the CUSTOM CSS/LESS screen in the admin control panel!
I dunno what version of the forum that was implemented but I really breezed by it somehow.
This will work much more efficiently for my needs methinks! Hurrah!
😌
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.