Home › Forums › Iconic One Pro Support › How to make the COMMENTS button › Reply To: How to make the COMMENTS button
September 26, 2013 at 3:31 pm #834
Themonic-Support
Keymaster
Paste the following in your custom.css or in the style.css of the child theme in the end.
.form-submit > input {
background-color: #00A1E0;
color: #FFFFFF;
padding: 12px;
}
The above code will make the “submit comment” button matching with the blue color of theme and a bit bigger too.
Change the values as per your liking.