Hi @jordesign . Thank you very much for your response!
I add this CSS:
body .wp-block-navigation__responsive-container {
bottom: auto;
width: 60%;
color: #E6524B;
background-color: #F5EFD9;
}
but “color:” and “background-color:” I can’t overwrite it,
I have tried it with:
body .wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__container {
color: #E6524B;
background-color: #F5EFD9;
}
but it hasn’t worked for me.
Any ideas?
Thanks