• The snow is cute, but I am having a hard saving changes… any chance I can turn it off? πŸ˜€

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello melissa,

    Tell us where you want to turn it off. from customizer?

    Thread Starter melissa

    (@life101pro)

    Yes, in customizer… that’s the only place I see it… so far. πŸ™‚

    first create a child theme using given LINK

    now copy customizer.php from main theme folder and paste in child theme folder after copy and paste open customizer.php of child theme folder go to line no.6 see codes

    wp_enqueue_style('snow-css', get_template_directory_uri() .'/css/snow.css');?>

    replace this line with the below line –

    wp_dequeue_style('snow-css', get_template_directory_uri() .'/css/snow.css');?>

    and save the changes.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Snow’ is closed to new replies.