Title: Customize the look and feel Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The look and feel (GUI) of the Apache Rave Portal can be customized to your own preference. The Apache Rave Portal contains a mechanism to easily add your own CSS file(s) which are called after the default.css file. ##1) Get Apache Rave There are multiple ways to build your custom Apache Rave instance, but the quickest is to use a Maven WAR overlay. See [Extending Rave](rave-extensions.html) for an example overlay. ##2) Add CSS file(s) Add you own CSS file(s) to the `src/main/webapp/css` folder of your extension portal module. ##3) Refer to the new CSS file(s) - Create a JSP tag file: `src/main/webapp/WEB-INF/tags/custom_css.tag` - Add a link to the stylesheet(s) in the custom_css.tag: <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"> "/> ##4) Change default settings A portal administrator can change default settings such as the page title in the browser's title bar. This is described on the [Portal preferences](admin-interface-preferences.html) help page.