Hi,
The dynamic.css file it’s generated when you . change from example something in theme options or in customizer not sure why that… i cannot reproduce that issue on my local end
Try to use this snippet
COPY CODE
function sq_print_inline_css() {
add_action( 'wp_head', 'kleo_custom_head_css' );
remove_action( 'wp_enqueue_scripts', 'kleo_load_dynamic_css', 22 );
}
add_action('init', 'sq_print_inline_css');
Add the code into child theme functions.php file.
Let me know
The snippet will add the css in head instead in the dynamic.css file
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution