How to change the color inside the 'search' in the portal to be a white color

Alon Grod
Tera Expert

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?

WhatsApp Image 2023-08-17 at 13.57.17.jpeg

WhatsApp Image 2023-08-17 at 13.57.26.jpeg

  

6 REPLIES 6

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