How to Remove Underline from Quick links and Catalog Items on the ESC Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 11:29 PM
Hi All,
After the upgrade to Vancouver, we noticed the catalog items on the ESC portal were underlined.
How can we fix this?
PFA..
Regards,
Siva
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 01:00 AM
Sure just target the a element with CSS in a Theme.
The code will look something like.
.name-of-your-parent-element { a { text-decoration: none; } }
Please check and Mark Helpful and Correct if it really helps you.
Regards,
Prashant Ahire
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 05:59 PM