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

Reply To: Live view

#30666
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Those are the resul titles, that cannot be removed via options. You can however use this custom CSS to hide them completely:

.asp_content {
    display: none !important;
}

Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.