@media (max-width: 768px) { html:before { content: 'DIE MOBILANSICHT IST DERZEIT NICHT FREIGESCHALTET!!!'; width: 200px;…
Enqueue JS in Child Theme
wp_enqueue_script( 'enym-custom-js', get_stylesheet_directory_uri() . '/js/enym-cystom.js', array('jquery'), null, true );
