Archived topic
Change the hover color of submit button on comment section.
3 replies · Started by Jusung on July 29, 2022
Viewing posts 1–4 of 4
Hello. on my comment section, the submit button is black.
When it is hover, I want to make it red by adding CSS.
Can you make the code plz?
Hi there,
try adding this CSS:
.comment-form>.form-submit .submit:hover {
background-color: #f00;
}
Thank you!
It has been resolved!
Glad to hear that !
This archived topic is closed to new replies.