Hello, I add a function like:
add_filter(‘avia_dyn_stylesheet_file_path’, ‘avia_change_filename’);
function avia_change_filename($stylesheet){
return ‘new-style.css’;
}
in to my child theme, make changes in Enfold theme options, but nothing changes – still getting enfold_child.css
Hi mdxclr,
I’ve never tried that out myself, what would be the point of changing the name of that file?
Thanks,
Rikard
After renaming theme name in style.css this file change his name too.
Problem is solved.