Forum Replies Created
-
AuthorPosts
-
pixelloop
ParticipantIt's annoying that we still don't seem to have an update on how to resolve this properly.
I write articles about blogging, WordPress and building a business online at Mazepress.
pixelloop
ParticipantThe better way I think, if you want to update the Sample Child Theme in the future, is to use this in a custom PHP file or in a plugin like Snippets.
add_action( 'wp_print_styles', 'cw_dequeue_google_fonts_style' ); function cw_dequeue_google_fonts_style() { wp_dequeue_style( 'genesis-sample-fonts' ); }
I write articles about blogging, WordPress and building a business online at Mazepress.
pixelloop
ParticipantLooks great.
I have recently switched to the Genesis Sample Child Theme and used Beaver Builder with it and works perfectly. Genesis is still the best WordPress framework imo.
I write articles about blogging, WordPress and building a business online at Mazepress.
pixelloop
ParticipantDoes this help?
https://amethystwebsitedesign.com/add-responsive-menu-icon-only-to-genesis-primary-navigation-menu/
I write articles about blogging, WordPress and building a business online at Mazepress.
-
AuthorPosts