How to change the text color on the knowledge portal main page

seshadeva
Tera Contributor

How can i change the text color on the knowledge portal main page. Please refer the attachment and guide me

1 ACCEPTED SOLUTION

Jon Barnes
Kilo Sage

It looks like the color for the search widget is defined in the widget itself. You will need to create an update set in the "Knowledge Management - Service Portal" application and select that application. then go to the below link and edit the CSS section accordingly.

 

/nav_to.do?uri=sp_widget.do?sys_id=04ec050ddb53220099f93691f0b8f538

 

There is a style there called .cm-main-search. under that you can set the color to what you want.

View solution in original post

4 REPLIES 4

Jon Barnes
Kilo Sage

It looks like the color for the search widget is defined in the widget itself. You will need to create an update set in the "Knowledge Management - Service Portal" application and select that application. then go to the below link and edit the CSS section accordingly.

 

/nav_to.do?uri=sp_widget.do?sys_id=04ec050ddb53220099f93691f0b8f538

 

There is a style there called .cm-main-search. under that you can set the color to what you want.

The system does not allow me to edit the code. now the current text is in white color. want to make it black color. pfa 

.cm-main-search {
color: #0000;

.cm-welcome-msg {
padding-top : 45px;
h1 {
font-weight: 300;
text-align: center;
margin-top: 0px;
margin-bottom: 15px;
}
}

 

clone the widget  edit it.. i want the text color as black and made the above code 

David Kazgar
Kilo Explorer

You can get the solution of your answer here. I also had this problem then someone suggest me the solution and I got the full support from

Dell Customer Service