0 votes
by (1.4k points)
Hello helpful friends!

Using SugarCube 2.21; I have lost track of the different selectors I have tried; am I at least right in assuming the change I want is either {background: none;} or {background-image: none;}?

I have the link set to open in a new tab, if that is pertinent to this here issue.

Anyway, any pointers would be appreciated!

Thank you all!

1 Answer

0 votes
by (44.7k points)
selected by
 
Best answer

To remove the "external link" icon from a link, just add this to your Stylesheet section:

a.link-external::after {
	visibility: hidden;
	content: "";
}

Have fun!  :-)

by (1.4k points)
Huzzah! Gone at last! Thank you!

I will certainly have fun!
...