- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 03:51 AM
Hi,
How can I change the color of the 'heart' icon in the header in esc portal (Next to My Requests) ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 04:04 AM
Hi @Alon Grod ,
Open the Service Portal -> Portal -> Empoyee Center and change the css for color in quick start config section.
If this field is empty on your portal then you can try to add below code in CSS section
.fa-heart {
color: #ff0000; /* Adjust the color as needed */
font-size: 1.5em; /* Adjust the size as needed */
margin-right: 10px; /* Adjust the spacing as needed */
}
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 04:04 AM
Hi @Alon Grod ,
Open the Service Portal -> Portal -> Empoyee Center and change the css for color in quick start config section.
If this field is empty on your portal then you can try to add below code in CSS section
.fa-heart {
color: #ff0000; /* Adjust the color as needed */
font-size: 1.5em; /* Adjust the size as needed */
margin-right: 10px; /* Adjust the spacing as needed */
}
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution