Sun Java System Portal Server 7 Enterprise Sample Guide

ProcedureTo Change the Background Color

Steps
  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
    }