{# Responsive Menu Jinja template file. Safe to Copy #} {% import 'admin/macros.html.twig' as macros %} {% set section = 'Themes' %}
{{ macros.header('Theme', section) }} {% set themes = get_available_themes() %} {{ macros.row('menu_theme', 'Menu Theme', 'select', options, errors, '', '', 'menu_theme', '', 'Pre-designed themes to help you get started.') }}
{% if themes %} {% if options.menu_theme %} {% set theme_slug = options.menu_theme %} {% else %} {% set theme_slug = themes|keys|first %} {% endif %}

Applying a theme will overwrite some of your current settings. Please export current settings before applying new theme.

{% else %}

You don't appear to have any themes installed under {{ themes_folder_dir }} currently. Please check your file path or download some using the button below:

Get Themes

{% endif %}
Import a zip file of a theme you have downloaded from https://responsive.menu/themes.
This will upload files to {{ themes_folder_dir }}.
Always be careful when uploading files from external locations. Ensure that the theme was downloaded directly from https://responsive.menu. All themes are checked by us before submission to the theme store.