Hi
I see you added a class name “yourclass” to this menu item, so you could change this item style by the following custom CSS
.main-navigation ul li.yourclass {
background: #f00;
color: #fff!important;
line-height: 30px;
border-radius: 3px;
}
.main-navigation ul li.yourclass a{
color:#fff!important;
}
For adding menu icon, just recommend you install menu icon plugin https://wordpress.org/plugins/menu-icons/
Thanks