How can I change the navigation menu background color to black?

Do you mean this one?

Im not sure if this code will work cause a I the code is alreayd overide.

Check this one.

variant-selects select.select__select {
    color: white !important;
    background: transparent;
}
variant-selects svg path, .product-form__quantity .quantity__button svg path {
    fill: blue !important;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like