How to change the color of the 'heart' icon in the header in esc portal

Alon Grod
Tera Expert

Hi,

How can I change the color of the 'heart' icon in the header in esc portal  (Next to My Requests) ?

Screenshot 2024-11-12 at 13.50.08.png



1 ACCEPTED SOLUTION

AshishKM
Kilo Patron
Kilo Patron

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 */
}

 

AshishKM_0-1731412910356.png

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

1 REPLY 1

AshishKM
Kilo Patron
Kilo Patron

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 */
}

 

AshishKM_0-1731412910356.png

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution