- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 12:55 PM - edited ‎05-25-2023 12:58 PM
Hi guys!
I have cloned the OOB My Favorites widget so I can customize some of it and use it on the ESC portal homepage.
Right now, the My Favorites widget has two icons next to "Sort by" which are Card View and List View and the Card View is currently displayed as default. How can I remove both these icons and make it list view as default? Also, how can I remove the text "Browse favorites"? I have commented out the HTML and it didn't remove it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 02:07 PM
Hi @bbf35621 ,
You need to make changes at three places in the HTML Template, this will be the result:
Step 1: Comment out line 26:
Step 2: Comment line 43-65
Step 3: remove the ternary operator from line 72
If my answer has helped with your question, please mark it as correct and helpful
Thanks,
Karan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2023 02:07 PM
Hi @bbf35621 ,
You need to make changes at three places in the HTML Template, this will be the result:
Step 1: Comment out line 26:
Step 2: Comment line 43-65
Step 3: remove the ternary operator from line 72
If my answer has helped with your question, please mark it as correct and helpful
Thanks,
Karan