Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1353616

    How do you disable the “View all results” link, that goes to a new page, in the Search element result pop up? The search results should show in the pop up only.

    #1353620

    Also, alternatively, how do you style the View all results landing page?

    #1353751

    Hi,

    Thank you for the inquiry.

    You can use this css code to hide the “view all results” button from search results container.

    a.av_ajax_search_entry.av_ajax_search_entry_view_all {
        display: none !important;
    }
    

    And if you want to adjust the layout of the search results page, look for the search.php and the includes > loop-search.php files within the theme directory.

    Best regards,
    Ismael

    #1353927

    Thank you!

    #1354094

    Hi,

    No problem! Glad we could be of help. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove 'view all results' in search element, show all results in pop up only’ is closed to new replies.