If you want to change the background color of the mobile menu when it’s used, here’s how

Thread Starter
New_WP
(@baxter89)
Hello Jamie,
Thanks for the feedback, I changed the wallpaper it works, when I switch to mobile mode the font becomes black even if I have activated a color for the text.
https://snipboard.io/VA9Qz7.jpg
For information, thanks for the tutorials, I am subscribed to your channel.
Hi @baxter89,
Can you check the font color under Styles and confirm that it’s set correctly?
This is the documentation for the styles: https://wordpress.org/documentation/article/styles-overview/
Thread Starter
New_WP
(@baxter89)
Hello,
Thanks, I put some CSS, to have the text in white in mobile mode.
Hi @baxter89,
I trust the CSS is working, and this issue is resolved, correct?
I will mark it as resolved but feel free to open a new topic if you have more questions!
Thread Starter
New_WP
(@baxter89)
/* Couleur police Mobile */
.wp-block-navigation__responsive-container-content {
color: #FFFFFF !important;
}