How to add the background color of one menu item in the header – theme Sense

Try adding this to the bottom of your base.css file :slightly_smiling_face:

ul.list-menu.list-menu--inline li:first-child span {
    color: #0f0 !important;
}