https://i.sstatic.net/lYs6O.png
Hi everyone, I'm new to WordPress and need help changing a green button to blue. I have found the button in an anchor tag with the class "menu-separator." Is there a way for me to write custom CSS to change its color?
Here is what I currently have:
.menu-separator .button{background-color: blue !important;}
This code won't work because it's missing the "a" element.