- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2017 05:04 AM
I am rather new at working with Service Portal. I need to change the font color of the Title that displays in the Homepage Search widget for the Service Portal. The current color makes it hard to read against the background image.
Any help is most appreciated.
Thx
Marc
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2017 05:47 AM
Thanks Marc for your response.
How Can we Help? is using "tag line color" class. You can choose color from "Service Portal Configuration -> Branding Editor" as describe below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2017 06:41 AM
I've got a similar issue with a widget on our Change Catalog Page. The names of the Templates need to be in colors matching the images. See the image attached. "Request a Normal Change" and "Select from a list of templates or start with a blank form" would be Teal/Blue background with White or Black text.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2017 05:51 AM
Hi Marc,
If you are referring to the text highlighted in the below image, then you can follow the steps as mentioned below:
1) From the navigation menu, go to Service Portal > Service Portal Configuration
2) Click on Branding Editor
3) Click on Quick Set Up > Tag Line color and select any required color
Let me know if this works for you.
PS: Mark this answer as Correct if it solved your query or hit Like/Helpful depending upon the usefulness of the response.
Regards
Supriya Bisht
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2018 10:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2018 03:47 AM
I have the same problem with Istanbul, however the default portal "sp" does show "Tag Line and Background", for any new portals the option is missing:
Here is the default "sp" view:
And this is my new portal view:
Is it hidden by design? It didn't used to be in our previous version of Helsinki.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2018 05:51 AM
I think once you first save your branding some options are hidden to stop to changing your company's brand.
I added the below CSS in the widget instance to change the homepage search text colour.
h1.sp-tagline-color { color: white; }
h4.text-center { color: white; }