homepage search widget service portal

Brian Lancaster
Tera Sage

Is there any way to change the font color on the text that you can add above the search bar without making a copy of the widget?

1 ACCEPTED SOLUTION

Paul Wydra III
Tera Expert

Hi Brian,



I am assuming you mean the "How can we help?" text (or whatever you replace it with).



If so, yes you can edit the Widget Instance and there will be a CSS field where you can control the color of the font. Example is:



h1.sp-tagline-color {


  color: red;


}



The above will make the font appear as shown below.



Screen Shot 2017-12-27 at 4.08.36 PM.png



Thanks.


View solution in original post

7 REPLIES 7

Paul Wydra III
Tera Expert

Hi Brian,



I am assuming you mean the "How can we help?" text (or whatever you replace it with).



If so, yes you can edit the Widget Instance and there will be a CSS field where you can control the color of the font. Example is:



h1.sp-tagline-color {


  color: red;


}



The above will make the font appear as shown below.



Screen Shot 2017-12-27 at 4.08.36 PM.png



Thanks.


Hi Paul,


we have created a simple list on "sys_user_delegate" table and placed in User Profile page.



when user clicks on simple list "New" button, it redirects to form where user can fill user, delegate, start and end dates etc.. and when trying to save the record, record saved but with empty "delegate" value.



Note: This is working fine from tool view and failed with service portal. (record saved with empty delegate)


Hi pwydra,

is it possible to edit what the text says in the search bar without cloning the widget?  I'm tinkering CSS that I would think should be working, but having trouble.

 

Hi Patrick,

Yes, you can edit the Widget Instance options to change that text.

find_real_file.png

 

Update the typeahead search option to be something like this:

{title:'Test789',size:'lg',color:'default'}

 

After saving, the text should update.

find_real_file.png