Sun Java System Portal Server 7.1 Enterprise Sample Guide

Changing the Background Color

ProcedureTo Change the Background Color

  1. Go to the Enterprise Sample CSS directory located under the portal data directory, PortalServer-DataDir/portals/portal-ID/web-src/enterprise/css.

  2. Modify the CSS file in the appropriate places.

    Consider the following example where the defaultBody and altShortBody have been modified:


    defaultBody {...
    background-color: #your-hex-color-code
    }
    
    altShortBody {...
    background-color: #your-hex-color-code
    }