@Kowlin said:
Thare is a default option that allows a user to only allow people to chat with them if they he follows them
I know, but it's hard to find for some users.
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.