How to change background color of the button ?
the button is in front page and it says "More About Us"
the code that appears in inspection page is:
a.button_theme, a.tp-button.button_theme, button, input[type="submit"], input[type="reset"], input[type="button"] {
background-color: #e6ae48;
color: #fff
}
I already put this code in style.css but it doesn't work.
Comments