How to change color of request item icon on the search page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 12:26 AM
Hello All,
does anyone know that how we can change the color of the request item icon on the search page?
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 01:20 AM
Hi @Nehal Dhuri Add below CSS code in Page Specific CSS field
.fa.fa-pencil-square-o.card-icon{
color: red;
}
Regards,
Sid
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 02:21 AM
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