Home › Forums › Support › wp_dequeue_style( ‘generate-child’ ) not working anymore ? This topic has 1 reply, 2 voices, and was last updated 4 months, 3 weeks ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 28, 2022 at 1:01 pm #2392115 Fabien Hi, It seems that with the latest update, the following function isn’t working anymore : add_action( 'wp_enqueue_scripts', function() { wp_dequeue_style( 'generate-child' ); }); Is their a fix please ? October 29, 2022 at 6:40 am #2392668 DavidStaff Customer Support Hi there, try increasing the priority: add_action( 'wp_enqueue_scripts', function() { wp_dequeue_style( 'generate-child' ); },999); Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In