@countach that's nothing to be worried about for now. It's something that needs to be taken care of on the theme's end. Post an issue on the theme's repository.
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.