How can I change the underline color or even get rid of it

Permalink
Hi,

When editing an html block and clicking on
"Insert Link to Page" you get a green underline, which is really ugly.

How do I get rid of it or change the color?

Using the default installation theme.

Thanks,

HN

 
wizardontherun replied on at Permalink Reply
wizardontherun
you can add a style="text-decoration:none;" to the <a href> tag. In the editor, click on the HTML button to access the code.
techshots replied on at Permalink Reply
Thank you very much,

That's a nice work around.

I was also looking to change this system wide, so that any new similar links, won't need that
code insert.

Any ideas where that specific css is that I need to edit?