Change accent color only in dashes

Hi!

So, the accent color changes hover colors for links and the dashes (I don’t know how to call them) beneath titles - the picture attached here shows what I mean.

I’d like to change only the color of these dashes, because I’ve tried changing link colors and there would be too many lines of code to add in the additional CSS. Would it be easier to change the color of these dashes? If so, how do I do that?

Thank you for your time!

Hey there,
Hope you’re doing well today

To change the color of those dashes, kindly add and save the following code to Appearance > Customize > Additional CSS:

#secondary .widget-title:after, article.post .post-categories:after, .post-inner-content .cat-item:after{
  background: red!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Perfect!

Thank you very much. Have a nice weekend!

You’re welcome, and same to you :slight_smile: