This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Hide Search AND Settings, Results only display

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Hide Search AND Settings, Results only display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45558
    KelseyKelsey
    Participant

    I’d like to hide the category drop down on the top section shown at the URL here. I’d like only the results to show and not the search bar or settings. When I use the search short code the category box appears, when I use the results short code, nothing appears.

    #45570
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I think it’s probably doable via a small custom CSS snippet:

    .asp_ss, .asp_m {
        display: none !important;
    }

    This should force invisibility on both the settings and the search bar.

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