How to change the color inside the 'search' in the portal to be a white color
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 04:10 AM
Hi,
we have a problem that when the user type something in the search inside the portal, the color of the letters is Grey and we have a dark background and it is hard to see the words. How can we change the color to be white?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 12:28 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 10:41 PM
HI @Alon Grod ,
This search widget is an OOB one. Kindly add the below code to your widget instance to override.
Go to "Widget Instance" of your native UI and select the instance that used for the Homepage search and add the below under "CSS" section.
.input-group-btn{
color: fff;
}
Thanks,
Lavanya