Change theme settings TTW

Change theme settings TTW#

This chapter describes how to change Classic UI theme settings through-the-web (TTW) in Plone 6.

Small theme changes can be made via control panels. Other theming methods should be used for larger customizations or entire website designs.

Control panels#

You can make the following changes through control panels.

  • Logo

  • Favicon

  • Custom Styles

Favicon#

Navigate to Admin ‣ Site Setup ‣ Site, or visit the URL path /@@site-controlpanel in your web browser's address bar.

Under Site Favicon, you can upload a custom favicon for your site.

When you upload a new favicon, the previous field MIME type of the site favicon will update with the favicon's correct media type.

Custom Styles#

Navigate to Admin ‣ Site Setup ‣ Theming ‣ Advanced settings ‣ Custom Styles, or visit the URL path /@@theming-controlpanel#autotoc-item-autotoc-2 in your web browser's address bar.

Enter any arbitrary styles, and save your changes. The changes are stored in a BrowserView called custom.css. It is shipped as the last resource after all other CSS files. It can be used to override default CSS, sometimes with the use of the CSS property !important or specific CSS selectors.

However, you should use it only for small changes to CSS. For larger changes, see Create a theme add-on.

Themes#

Under Admin ‣ Site Setup ‣ Theming ‣ Themes, you are limited to downloading and uploading themes.