Gday Enfold users
Does anyone know a way to disable styles so that I can troubleshoot issues. To date I have just been using the chrome inspector and cutting the styles using the DOM, but this is laborious.
I’m hoping there is an extension or a php function I can add to my child theme functions file to un-queue or disable the default styles?
Thanks for any help you can provide me, much appreciated.
cheers
Darryl
Hey Darryl,
I think this function should be able to do that for you: https://developer.wordpress.org/reference/functions/wp_dequeue_style/
Best regards,
Rikard