How to change color of request item icon on the search page

Nehal Dhuri
Mega Sage

Hello All,
does anyone know that how we can change the color of the request item icon on the search page?

NehalDhuri_1-1721978677538.png

 

It would be incredibly helpful and beneficial for me if this could be accomplished in some way.

Thank you!

 

 

Please hit like and mark my response as correct if that helps
2 REPLIES 2

Sid_Takali
Kilo Patron
Kilo Patron

Hi @Nehal Dhuri Add below CSS code in Page Specific CSS field 

.fa.fa-pencil-square-o.card-icon{
  color: red;
}

Sid_Takali_0-1721981940912.png

 

Sid_Takali_1-1721981972578.png

Regards,

Sid

Hello @Sid_Takali,

We want to change the icon color on a search page.

Please hit like and mark my response as correct if that helps