Home › Forums › Support › Top Bar details This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 2, 2019 at 8:09 am #1024440 Ernst Wilhelm Using the top bar I have two questions: 1. Can I assign the top bar below the header instead above the header? 2. What do I need to do get sttings for font details in the Top Bar in line eg. with the primary navigation (main menu)? Thank you, Ernst No longer newbie with generatepress October 2, 2019 at 8:54 am #1024471 DavidStaff Customer Support Hi there, 1. Would require a PHP snippet ie. add_action( 'after_setup_theme','db_move_topbar' ); function db_move_topbar() { remove_action( 'generate_before_header', 'generate_top_bar', 5 ); add_action( 'generate_after_header', 'generate_top_bar', 5 ); } 2. In Customizer > Typography ( or color ) there is controls for the Top bar. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 2, 2019 at 10:10 am #1024512 Ernst Wilhelm Thanks No longer newbie with generatepress October 2, 2019 at 11:43 am #1024563 DavidStaff Customer Support Your welcome 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