Reply button
- The topic ‘Reply button’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I have Infoway on wordpress.com with custom design activated.
My blog have the colors I wanted BUT the reply button in every comment is still orange and I don’t know how to change it. Could you explain me how to do it?
Thanks in advance from Barcelona!
The blog I need help with is: (visible only to logged in users)
To do the following you need to have Custom design option enabled for WordPress.com and need to edit the CSS.
https://en.support.wordpress.com/custom-design/editing-css/
Write the custom CSS below to change the orange color of the reply button to any desired color of your choice.
ol.comment-list li.comment a.comment-reply-link{
background-color: #e05909;
}
You can use any desired hex code for your background color.
it works good, thank you very much!