Legacy Knowledge Base
Published Jul. 2, 2025

Applying a Customized Control Panel Theme

Written By

Laura Li

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

This article documents two ways to apply a custom theme for the control panel in Liferay DXP 7.0.

Resolution

Control Panel

  1. After portal starts up, deploy your custom theme war file. Make sure the following is added in /WEB-INF/liferay-look-and-feel.xml
    <control-panel-theme>true</control-panel-theme>
  2. Navigate to Control Panel > Configuration > Instance Settings > Miscellaneous > Look and Feel > Default Control Panel Theme and you will see the custom theme is listed in the drop down list.
  3. Choose the custom theme and save the changes.

Portal-ext.properties

  1. Add the following property to portal-ext.properties and set the theme id
        #
        # Set the theme of the layout.
        #
    control.panel.layout.regular.theme.id=
    
  2. Start up the portal and deploy your custom theme. Please note, there is no need to declare control panel theme in liferay-look-and-feel.xml
  3. If you navigate to Control Panel > Configuration > Instance Settings > Miscellaneous > Look and Feel > Default Control Panel Theme, you will see that your custom theme is already set.
Did this article resolve your issue ?

Legacy Knowledge Base