Hello,
I want to change the "Post comment" button for my blogpage, but which code do I need to put in my quick CSS?
Thanks!
Hello,
I want to change the "Post comment" button for my blogpage, but which code do I need to put in my quick CSS?
Thanks!
Hi!
You can style it with following code:
#commentform input[type="submit"]:hover, #commentform #submit:hover {
background-color: #23b5cf !important;
color: #fff !important;
}
#commentform input[type="submit"], #commentform #submit {
background-color: #333 !important;
color: #000 !important;
}
Regards,
Peter
You must log in to post.