Off Canvas Menu Color

Where can you change the off canvas menu background color or change the menu contents without changing the menu button color as well. The background of the menu is a dark gray #111111 but you can not read the menu items because they are black but if i change them to white the menu button becomes invisible on the header because it is white

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.portum-menu-icon .portum-navicon, .portum-menu-icon .portum-navicon:before, .portum-menu-icon .portum-navicon:after {
background-color: rgb(0, 0, 0) !important;
}

Thanks!
Colorlib Support Team

Just for anyone else having this problem if you change the background color of the button then you cant see it in the menu replace “background-color: rgb(0, 0, 0)” with “mix-blend-mode: difference” it did the trick for me.

I will close this case now, Feel free to contact us again if you have other questions
Thanks!