Hello,
I would like to change the menu button to have the word “Menu” and to change the colour of the button (not the text).
I’ve code this code at the moment and it successfully changed the button o say “MENU” but the colour of the text changed, not the button itslf.
.x-btn-navbar i:before {
content : “MENU” !important;
}
[data-x-icon-s] {
font-family: “quicksand”;
font-weight: 500;
}
@media (max-width: 979px) {
.x-btn-navbar {
color: rgb(185, 138, 96)!important;
}
Any ideas how to fix this?
