Update the home link li parent to have the page_item class
if ( ! function_exists( 'mountpleasantcvb_mobile_off_canvas' ) ) {
function mountpleasantcvb_mobile_off_canvas() {
echo '<ul class="left-off-canvas-list">';
- echo '<li><a href="' . get_bloginfo('url') . '">Home</a></li>';
+ echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
wp_nav_menu(array(
'container' => false, // remove nav container
'container_class' => '', // class of container