How do I change the color of the author of a comment

You can add your custom CSS rule for the author block. Inspect the element and apply the changes to it:

https://codex.wordpress.org/CSS
https://developer.wordpress.org/themes/basics/main-stylesheet-style-css/

Hi, @davidesape87

Try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

a.wp-block-latest-comments__comment-author {color:#0000ef;}
a.wp-block-latest-comments__comment-link {color:#e40000;}

You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

Kind regards!

  • This reply was modified 6 days, 1 hour ago by Vlad T. Reason: Ups. Tagged the wrong person



Source link