IBM BPM, V8.0.1, All platforms > Customize and rebranding interfaces > Customize Process Portal > Customize banners
Create custom Process Portal banner files
The index.jsp file and the theme.css files control the appearance of the Process Portal banner. Before you customize the banner, create your own copy of the existing theme files.
You can find the default index.jsp and theme.css files in the following locations:
- index.jsp
- IBM_BPM_Process_Portal_ node\ server\process-portal.war\jsp
- theme.css
- webDAV_folder/public/themes/processPortalTheme/
You can customize the banner theme by modifying your copies of the theme files, or by creating your own custom theme.css file and updating the index.jsp to point to your custom file.
Procedure
- Create a backup of the index.jsp and theme.css files.
- Edit your copy of the index.jsp file so that it points to your custom CSS file. In the com.ibm.bpm.processPortalBanner <div> element of the index.jsp file, update the following line of code:
<link rel="stylesheet" type="text/css" href="/mum/mycontenthandler/mm/dav/filestore/public/themes/processPortalTheme/theme.css"/>
Customize banners in Process Portal
Related tasks:
Connecting to the WebDav folder to customize Process Portal