Home › Forums › Support › Hook element before or after logo in mobile header This topic has 3 replies, 2 voices, and was last updated 6 months, 2 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 5, 2022 at 7:32 am #2333858 Antonio Hello, how can I hook an element before or after logo on mobile header? Thank you September 5, 2022 at 8:04 am #2334034 DavidStaff Customer Support Hi there, this is how we hook the logo into the mobile header: add_action( 'generate_inside_mobile_header', 'generate_menu_plus_mobile_header_logo', 5 ); So in your element you can use the inside_mobile_header hook. And set the Priority to 4 for before the logo and 6 for after the logo. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 5, 2022 at 9:37 am #2334091 Antonio Working perfectly! Thank you September 6, 2022 at 12:07 am #2334469 DavidStaff Customer Support Glad to hear that! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In