Hello @sofie-siversen ,
To change the color of the menu in responsive view use below given CSS.
@media only screen and (max-width: 1023px)
{
#mobile-trigger i {
background-color: #00b9eb;
}
}
You can change the hex color code as per your requirement .
Similarly for the second query , The social icons comes from the plugin and currently there is no such feature in plugin to display no. instead on social links .
Hope this helps .
Best Regards!!