• Resolved flackcannon

    (@flackcannon)


    Hi there,

    Any way to remove the “See All Results” at the bottom of the search results? Clicking it for me loads an empty page for me so I would like to remove it.

    Thanks,
    Andy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi,
    You can do it by simple CSS:

    .dgwt-wcas-suggestion-more {
        display: none;
    }

    If you don’t familiar with custom CSS, take a look at this video.

    Best Regards
    Damian Góra

    I can’t get this to work with custom CSS, clearing cache, trying multiple browsers.

    I’ve also seen a suggestion from someone there with a snippet to remove it from the search form footer.

    This seems like it should be a checkbox in your settings. Wouldn’t it be easier for you to include a checkbox to disable this than to continue to support custom CSS added to peoples themes?

    Just a thought. I’ll keep trying.

    Iain

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

The topic ‘Remove “See all Results”’ is closed to new replies.