Home › Forums › Jevelin Theme › Customization of number of comments button' color
Home › Forums › Jevelin Theme › Customization of number of comments button' color
Hi Team,
Thank you very much for your great theme!
I’d like to change the color of the highlighted button:
https://i.imgsafe.org/123fa6effc.png
Could you please let me know from where I can change that?
Thanks,
Ahmed
Hi Ahmed,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You can try changing it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code ->CSS Code
.masonry2 .post-content-container a.post-meta-comments:hover {
background-color: #47e572;
color: #fff !important;
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
It worked perfectly!
Thank you very much for the fast response and quick support.
Regards,
Ahmed
You are most welcome here 🙂