You could check the currently selected theme using:
require_once QA_INCLUDE_DIR . 'app/format.php'; if (qa_strtolower(qa_get_site_theme()) === 'snowflat') { ... }
Note this takes care of desktop and mobile while returning the theme.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.