Hi Ismo
Please add the below CSS code in the Additional CSS box.
Go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.
@media (min-width: 992px) {
.navbar.navbar-light {
background-color: #000000;
}
.navbar.navbar-light .nav .menu-item .nav-link,
.theme-search-block a {
color: #ffffff;
}
}
Let us know if it works.
Thanks