Reply To: How to make the COMMENTS button

Home Forums Iconic One Pro Support How to make the COMMENTS button Reply To: How to make the COMMENTS button

#834

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.