Remove vertival side menu button
-
Hi there,
Is there a way to remove the vertical side menu from customizr theme? I would like to show only a regular horizontal menu. I’ve tried using this snippet, but it didn’t worked at all:
add_filter(‘tc_opt_tc_menu_style’, ‘tc_vertical_menu_in_mobiles’);
function tc_vertical_menu_in_mobiles( $type ) {
return wp_is_mobile() ? ‘aside’ : $type;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove vertival side menu button’ is closed to new replies.