Removing the External Link Icon Globally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2022
07:38 AM
Hello,
Is there any way to remove the icon that is now showing up next to all external links in Canvas, since it was updated within the 9-28-22 release? The icon is showing up on the links on Canvas login page too.
We have tried a few things, as suggested by other members here on Canvas Community, including:
.ui-icon-extlink {display:none}
and
a.external {display: none;}
None of these are working.
Please advise. Many thanks!
Buhle
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022
02:01 PM
One thing that worked for me was setting the class in the anchor tag to "external". This is using the inline CSS. It might look something like:
<a class="external" href="https://bit.ly/IO561Su2" target="_blank">...