Styling links in task list

Hello there, I’m trying to style the links within the task (external links) and change the underline to a color (or add an icon, or do something else). So far I’ve tried
.userContent a { color:red; text-decoration:none }
as suggested on Twitter, but that only changes the colors of the links of my interface, not in the actual task list. Anyone can help me drill down to the right “a” property?

Thanks!

Hello,

To remove underline in the task list, add background:none rule as underlining in links is done with a background. Hope this helps :slight_smile:

KIR

Thank you, this worked.
However, any idea about whether or not I can change the color of the font for the link? Thanks :slight_smile: :slightly_smiling_face:

Hmm, please make sure you don’t have any syntax error with regard to color: red; rule. At least, it works for me :slight_smile:

Can you probably copy/paste all CSS modification rules you have? Maybe some of them intersect?

Regards,