[Resolved] Top Bar details

Home Forums Support [Resolved] Top Bar details

Home Forums Support Top Bar details

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #1024471
    David
    Staff
    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.

    #1024512
    Ernst Wilhelm

    Thanks

    #1024563
    David
    Staff
    Customer Support

    Your welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.