Home Forums Basel support forum Search Bar in revolution slider

Search Bar in revolution slider

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

    Dale
    Participant

    Hi, please could you tell me how to add a button in revolution slider that opens up full page search form.

    #41774

    Artem Temos
    Keymaster

    Hi,

    Try to add a custom CSS class to the desired button open-search-button and then put this code snippet to the Custom JS section on document ready in our Theme Settings

    jQuery('body').on('click', '.open-search-button', function() {
    	jQuery('.search-button a').trigger('click')
    });

    Regards

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)