Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2734374
Comment author color link in widget
Closed

Comments

  • SiberianWolfNsk started the conversation

    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 (((

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • SiberianWolfNsk replied

    No-no, this code changes the color of all links in this widget.

    I need to change the color of the author link.

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • SiberianWolfNsk replied

    Does not work((

    I will use a third party plugin

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • SiberianWolfNsk replied

    Great!

    Very thanks!