- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi all,
Does anyone know how to remove the default external link indicator symbol (see attached screenshot with the exemplary quick link) in the Quick links widget in the Employee Portal?
Thank you in advance for any hints!
Best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can hide the external link indicator directly from the Quick Links widget CSS.
Navigate to the Employee Center Portal page where the Quick Links widget is located. Hold Ctrl and right click on the Quick Links widget, then select Instance in Page Editor.
Scroll down to the CSS field and add this CSS:
.external link icon {
display: none !important;
}
Save the changes and refresh the portal page. The external link indicator should no longer be visible, while the Quick Link itself will continue to work normally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can hide the external link indicator directly from the Quick Links widget CSS.
Navigate to the Employee Center Portal page where the Quick Links widget is located. Hold Ctrl and right click on the Quick Links widget, then select Instance in Page Editor.
Scroll down to the CSS field and add this CSS:
.external link icon {
display: none !important;
}
Save the changes and refresh the portal page. The external link indicator should no longer be visible, while the Quick Link itself will continue to work normally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @boteeuwen after adjusting the exact external link indicator class it worked. Thank you for your quick help!
