Comments SiberianWolfNsk started the conversationMarch 28, 2021 at 2:32pmHi!How i can change the color of the link (class "comment-author-link") in the sidebar widget "Recent comments"?I tried to do through styles in "Custom CSS", but I failed ((( 2,700PenciDesign repliedMarch 28, 2021 at 3:42pmHi,Please try to add more this code to Customize > Custom CSS to do that: .widget_recent_comments ul li a { color: #f06492 !important; } Best Regards,PenciDesignSiberianWolfNsk repliedMarch 29, 2021 at 7:13amNo-no, this code changes the color of all links in this widget.I need to change the color of the author link. 2,700PenciDesign repliedMarch 29, 2021 at 2:22pmHi, If so, please try to replace the code I sent to this code: .widget_recent_comments ul li a.comment-author-link { color: #f06492 !important; } Best Regards, PenciDesignSiberianWolfNsk repliedMarch 29, 2021 at 2:54pmDoes not work((I will use a third party plugin 2,700PenciDesign repliedMarch 29, 2021 at 3:00pmHi,Ahh, sorry, I was wrong a bit. Please try to replace the code I sent to this code: .widget_recent_comments ul li .comment-author-link a { color: #f06492 !important; }Best Regards,PenciDesign1 LikeSiberianWolfNsk repliedMarch 30, 2021 at 6:12amGreat!Very thanks! Sign in to reply ...
Hi!
How i can change the color of the link (class "comment-author-link") in the sidebar widget "Recent comments"?
I tried to do through styles in "Custom CSS", but I failed (((
Hi,
Please try to add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
No-no, this code changes the color of all links in this widget.
I need to change the color of the author link.
Hi,
If so, please try to replace the code I sent to this code:
Best Regards,
PenciDesign
Does not work((
I will use a third party plugin
Hi,
Ahh, sorry, I was wrong a bit. Please try to replace the code I sent to this code:
Best Regards,
PenciDesign
Great!
Very thanks!