- 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
01-24-2018 08:19 AM
Hi Richard, thanks for this. I tried it but unfortunately it also changes the tagline colour in all the other portals including the default "sp" apart from one even though it is using the same sp table as the other widgets. I'm afraid I do not know enough about how CSS works in relation to SN web pages to figure out why it seems to affect the other portals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 02:32 AM
Thanks for your reply Richard.
Yes I made the change as described, however if you add a title to say the default Service Portal, which on our OOB was blank so you can't see the change applying the CSS, it shows as white too even though the tagline options are visible in brand editor and are set to grey and there is no CSS in the Platform. It seems setting the CSS in my portal overwrites whatever is set in the Brand editor for sp.
However I have now added the CSS in the default Service Portal using similar code but replaced "white" with "grey" which thankfully does set it to grey and still leaves my portal as white!
It seems then I could do this for any other new portals, thereby having the control back for tagline colour.
Many thanks for all your help, what a great community this is.
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 02:41 AM
Glad you got it sorted (kind of!)
There is also some great info here on CSS Hierarchy Service Portal styles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2018 04:13 AM
Many thanks Richard.
Martin