-
Closed
-
I was wondering if anyone had custom CSS to change the color of all of the buttons? So far, I have the below CSS for changing the color of the buttons in the content boxes, but I was hoping there was a solution that would take care of all of them (i.e. Submit button for contact page, read more button for blog, etc.).
.content-box .read-more {
margin-top: -15px !IMPORTANT;
background: #b7410e;
color: #fff;
border-color: #595959 !IMPORTANT;
-webkit-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
-moz-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
-ms-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
-o-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
}
The topic Setting Custom CSS for all buttons. is closed to new replies