Live view

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 3 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30658
    jphl56
    jphl56
    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

    Attachments:
    You must be logged in to view attached files.
    #30666
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.