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

    Hi everyone,

    I made a custom searchbar in the header using this code:

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    dynamic_sidebar( ‘header-two’ );
    }

    Is it possible to make a search icon with a search bar coming out on mouseover?

    Thanks!

    #1249255

    Hey mirr,

    This is possible but would require a bit of custom coding to achieve. You would need a freelancer.

    Best regards,
    Jordan Shannon

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