Home › Forums › Iconic One Pro Support › Change the "Comment" Button › Reply To: Change the "Comment" Button
February 20, 2023 at 4:50 am #6855
Themonic-Support
Keymaster
Hello,
To change background and text color of Post Comment button, use the following in Customizer -> Additional CSS
.comment-form input#submit {
background: #333333;
color: #ffffff;
padding: 10px;
}
Change the hex colors as per your choice https://www.color-hex.com/