Viewing 1 replies (of 1 total)
  • Hi @mariaarty,

    you can add a search bar in one of the three header widget areas (left, right, center)..

    If you want to have the search bar under the menu, but over the slider, it would be a bit coding work. You could create a chid theme and in its functions.php you can use action hooks to hook yourself just before the slider in bp_after_header:

    <?php do_action( 'bp_after_header' ) ?>
    	<?php do_action( 'bp_before_container' ) ?>

    Hope this helps, konrad

Viewing 1 replies (of 1 total)
  • The topic ‘search bar over slidshow’ is closed to new replies.