
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2017 11:15 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2017 01:12 PM
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.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2017 01:12 PM
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.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2018 12:18 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2019 06:00 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2019 06:38 PM