Hi!
I changed the color of the theme in dark.
But i need the Menu Button now in white.
The Border is white, but the three lines are still dark, and also the X (when menu is open).
Best regards and thanks in advance!
Thilo
Hi!
I changed the color of the theme in dark.
But i need the Menu Button now in white.
The Border is white, but the three lines are still dark, and also the X (when menu is open).
Best regards and thanks in advance!
Thilo
Hello Thilo,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.menu-btn-toggle {
border-color: #f7f7f7;
}
.menu-btn span {
background-color: #fff;
}
Regards,
Kharis
Hi Kharis,
works perfect, thank you very much!
Best regards!
Thilo
You’re welcome Thilo!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis