Home › Forums › Basel support forum › Search Bar in revolution slider Search Bar in revolution slider This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 22, 2018 at 7:49 pm #41722 DaleParticipant Hi, please could you tell me how to add a button in revolution slider that opens up full page search form. February 23, 2018 at 7:48 am #41774 Artem TemosKeymaster 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 Author Posts Tagged: search bar Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register