Archived topic
Top Bar details
3 replies · Started by Ernst Wilhelm on October 2, 2019
Viewing posts 1–4 of 4
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
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.
Thanks
Your welcome
This archived topic is closed to new replies.