Forums
Forums / Theme: Omega / Duplicate menu
(@maderibani)
10 years, 9 months ago
I changed the position of menu and after that, it’s duplicate. someone can help me? Thank you very much!
(@themehall)
You can use Code Snippets plugin and run below snippet
add_action( 'after_setup_theme', 'omega_custom_theme_setup',11 ); function omega_custom_theme_setup() { remove_action( 'omega_before_header', 'omega_get_primary_menu' ); }
tks!!!! 🙂
The topic ‘Duplicate menu’ is closed to new replies.