{{ availabilityIcon|raw }}

Theme Settings

{{ msg_page_notifications|raw }}

Site Styling

Customise the look and feel of the front-end website using the options below. Leave fields empty to use the default values or remove all custom styles on this tab by clicking here.

{% for group, site_styling_elements in site_styling_options %}
{% for element_name, site_styling_element in site_styling_elements %}
{% if site_styling_element['type'] == 'picker' %}
{% else %}
{% endif %}
{% endfor %}
{% endfor %}

File Manager Styling

Customise the look and feel of the file manager using the options below. Leave fields empty to use the default values or remove all custom styles on this tab by clicking here.

{% for group, file_manager_styling_elements in file_manager_styling_options %}
{% for element_name, file_manager_styling_element in file_manager_styling_elements %}
{% if file_manager_styling_element['type'] == 'picker' %}
{% else %}
{% endif %}
{% endfor %}
{% endfor %}

Advanced

Advanced theme options.

Optional. Use this field to override any of the site & file manager CSS without having to create a new theme. By right-clicking on an element in your browser and selecting 'inspect', you can find the relating CSS rules. These changes will be kept after any script upgrades.

Optional. Use this field to override any of the admin area CSS without having to create a new theme. By right-clicking on an element in your browser and selecting 'inspect', you can find the relating CSS rules. These changes will be kept after any script upgrades.

Optional. Use this field to add javascript code within the head part of the site. This will include the front-end site, file manager and any embeds. These changes will be kept after any script upgrades.

{% endblock %} {% block head_css %} {% endblock %} {% block head_js %} {% endblock %}