voyciu

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Omega Header #1779
    voyciu
    Participant

    @pixeltoko

    You could replace a section of the header.php file:

    <?php
    do_action( ‘omega_before_header’ );
    do_action( ‘omega_header’ );
    do_action( ‘omega_after_header’ );
    ?>

    with this one …

    <?php
    do_action( ‘omega_header’ );
    do_action( ‘omega_after_header’ );
    do_action( ‘omega_before_header’ );
    ?>

    Hope this works for you bro

Viewing 1 post (of 1 total)