The advanced theme editor (available when a custom theme is in use) displays the current version of your custom theme CSS. However, you can access past versions by manipulating the URL of the CSS file where this information is kept.
If your workplace uses a theme from the theme library, past CSS versions entered into the CSS editor are not accessible.
Accessing the custom theme CSS file
- Go to any location within your digital workplace.
- Open the developer tools of your browser.
- In the developer tools, switch to the Console tab and enter
currentTheme
. - Copy and paste the URL (excluding the quotes) into a new browser tab to download the current version of your custom theme CSS. You can open this file using a text editor.
- To download past versions of the file, change the version number at the end of the URL before going to the URL.
- Example: If the current version is:
https://dune.igloocommunities.com/download.public/customcss%3bv23
You can change 23 to 22 to access that version of the file:
https://dune.igloocommunities.com/download.public/customcss%3bv22
- Example: If the current version is: