Great things are on the horizon
Something big is brewing! Our store is in the works and will be launching soon!
add_action('wp_enqueue_scripts', 'child_theme_styles'); function child_theme_styles() { wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css'); wp_enqueue_style('child-style', get_stylesheet_directory_uri() . '/style.css', array('parent-style') ); }
Something big is brewing! Our store is in the works and will be launching soon!