Override style/templates
/* load style for EMO Questalk Pro plugin */
if( !function_exists('emqa_dom_amor_scripts') ){
function emqa_dom_amor_scripts(){
wp_enqueue_style( 'em-dom-amor-qa', get_stylesheet_directory_uri() . '/emqa-templates/style.css' );
}
add_action( 'wp_enqueue_scripts', 'emqa_dom_amor_scripts' );
}Last updated