- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 07:46 AM
Been working with the default Service Portal for a while now in our Dev instance and wanted to create a new portal for a different Business Unit in our company. Created it just fine, but in the Branding Editor, half the options are not available. The HR Portal is fine also, but any new portal created doesn't have the options below "Logo Padding". So i don't have the option of uploading a different background image for the new portal, or changing the Tag Line, Tag Line Color or Home Page background color. They're just not there.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 12:43 PM
Click on the Settings icon
Click on Developer and then the Application should be Global. To help in the future, turn on the Application Picker in header
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 12:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2016 12:46 PM
Completely different than what I thought you were experiencing. I do have a work around though for the background image, Let me look at why your branding editor is absent.
Service Portal> Pages
In the Search bar, change Go to to ID
Navigate to page you want to edit hrsp
- 1. Click on to the blue hyper link:
- 2. ." Change the image name here. (use this code for subsequent pages)
- section.page, section.body {
height: 100%;
min-height: 100%;
padding-top: 0px !important;
}
- section.body {
background-image: url(your_image_here.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-color: white;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2018 04:00 AM
Have you a workaround for the tagline colour as well please Blaze Llanos?
I tried the previous copy and paste from the default Service Portal but it made a complete botch of all sp's on the platform! So had to roll the changes back from the update set! Don't really want to do that again, any other ideas? Is this a bug in Istanbul?