Hello Kathryn,
I added the code below to the CSS and I’m very happy because it changed the color of the buttons on my site. But is it possible to keep the button of the main menu in another color ? Otherwise on the mobile its appears like a red button on a green menu bar. Thank you !
https://www.scripteo.net/
(button, input[type=”button”], input[type=”reset”], input[type=”submit”], #infinite-handle span {
background-color: #529FC2;
}