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

Live view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30658
    jphl56jphl56
    Participant

    Hi,

    How can I remove the text displayed above the on live view?
    See attachment 1

    I have choosen no to all description which I thought should work.
    See attachment 2

    JP

    #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.

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