Hi rafael-motta---fwp
1) Background color
Add this to your custom.css
.joms-toolbar--desktop, .joms-toolbar--mobile {
background:#yourcolor;
}
2) Font-size
.joms-toolbar--desktop > ul > li > a {
font-size:15px!important; <-------change value as per your needs
}
Regards