• Resolved ronverzn

    (@ronverzn)


    Hi C!
    I love the theme and I am checking it out for a client. Is it possible to add a search form to the navbar, right next to the menu? Would be great.
    Cheers, Ron

Viewing 5 replies - 1 through 5 (of 5 total)
  • An easy way to add a search form where you want is to insert the following code in the place where you want the search form to be displayed:

    <?php get_search_form(); ?>

    Thread Starter ronverzn

    (@ronverzn)

    Thanks Antonietta, just the answer I needed, the second underscore did the trick… Best wishes, Ron

    Great!

    <?php get_search_form(); ?> worked perfectly thank you.

    Would it be possible to have the search match the transparency of the navbar?

    Also I tried <div align=”right” <?php get_search_form(); ?> </div> so It’d apear on the right side which it did manage to work but for whatever reason search is no longer functional you can still type into it but it’ll no longer search. is there anyway I could have it align to the right of the nav bar & not break it?

    Hi Brandon,

    Try closing the div:

    <div align="right"><?php get_search_form(); ?></div>

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Search in navbar?’ is closed to new replies.