Home › Forums › Support › Creating a minimalistic GP Child This topic has 3 replies, 2 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 18, 2016 at 12:26 pm #219311 Ramesh Srinivasan Hi, I’m wondering if it’s technically possible to create a minimalistic child theme like the one here using GP. without grid CSS and everything? Total CSS weighs 20k and the html is 8k (without gzip). August 18, 2016 at 2:17 pm #219334 TomLead Developer Lead Developer Hi there, For sure, you can strip down GP into only content if you like. All of our scripts and styles are added using wp_enqueue_style() and wp_enqueue_script(). You can find these in functions.php inside the generate_scripts() function. Then you can use these functions to remove the styles and scripts you want: https://codex.wordpress.org/Function_Reference/wp_dequeue_style https://codex.wordpress.org/Function_Reference/wp_dequeue_script August 18, 2016 at 9:45 pm #219440 Ramesh Srinivasan Hi, Will try that. Thanks Tom. August 19, 2016 at 12:19 am #219474 TomLead Developer Lead Developer No problem – let me know if you need more info 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In