Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #556321

    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

    #556903

    Hi mdxclr,

    I’ve never tried that out myself, what would be the point of changing the name of that file?

    Thanks,
    Rikard

    #557348

    After renaming theme name in style.css this file change his name too.
    Problem is solved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Rename enfold_child.css’ is closed to new replies.