Custom Theming Guide
One of the great aspects of Recite CMS is that you can easily change its look and feel to match your corporate colours. We've just published a brief guide on how to achieve this.
It takes only a few minutes to create a new theme, since all you need to do is the following:
- Create a new PHP class that extends the Application_Cp_Theme_Default class (this class specifies the default colours for Recite CMS)
- Specify the logo style
- Set global colours, header colours and widget colours
- Update your branding in Recite CMS administration to use the new theme.
Head on over to the Recite CMS Documentation Portal to read the guide.


