Skip to content

Instantly share code, notes, and snippets.

View designnify's full-sized avatar

Designnify designnify

View GitHub Profile
@designnify
designnify / function.php
Last active August 16, 2022 00:12
Genesis Responsive Menu Navigation - How to create a collapsible responsive menu for a genesis child theme
<?php
//* Do NOT include the opening php tag
//* Activate the use of Dashicons
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}
//* Enqueue scripts for Responsive menu