[Resolved] Barra superior

Home Forums Support [Resolved] Barra superior

Home Forums Support Barra superior

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1365007
    Pedro

    Hola! Me gustaría colocar una barra con texto que se ubique justo debajo del menú principal.

    O si es posible, mover la actual y que quede en la ubicación que deseo.

    Algo como lo hace Hawkers: https://www.hawkerscolombia.co/

    ¿Pueden ayudarme con esto?

    ¡Gracias!

    #1365255
    David
    Staff
    Customer Support

    Hi there,

    try adding this PHP Snippet:

    add_action( 'after_setup_theme' , function() {
        remove_action( 'generate_before_header' , 'generate_top_bar' , 5 );
        add_action( 'generate_after_header' , 'generate_top_bar' , 25 );
    });
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.