Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1474627

    Hello everyone
    I have created a website here Link below
    If I search for the following
    this is displayed on the page
    I could already hide the date
    but the name, here
    “/von Florin Negele”
    and the text
    “This is a Page excerpt. It will be displayed for search results”
    I would also like to hide
    Is that possible?

    Thank you
    kind regards
    Francis

    #1474633

    Hey schweg33,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .search.search-results .post-meta-infos,
    .search.search-results .entry-content{
    	display: none;
    }

    Before:
    Screen Shot 2025 01 04 at 2.02.03 PM
    After:
    Screen Shot 2025 01 04 at 2.01.00 PM

    Best regards,
    Mike

    #1474641

    Many thanks mike
    that works great
    you can close this ticket
    kind regards
    Franz

    #1474642

    Sorry mike
    I only observed this later
    When I “Fuss” again for example
    in the search again without enter
    the following appears below:

    Schuhe
    This is a Page excerpt. It will be displayed for search results
    Kinderorthopädie
    This is a Page excerpt. It will be displayed for search results
    Prothesen
    This is a Page excerpt. It will be displayed for search results
    (Mass-)Orthesen
    This is a Page excerpt. It will be displayed for search results
    Ganganalyse und Messtechniken
    This is a Page excerpt. It will be displayed for search resu

    Thank you

    kind regards
    Franz

    #1474654

    Hi,

    Please try this CSS as well:

    span.ajax_search_excerpt {
      display: none; 
    }

    Best regards,
    Rikard

    #1474657

    Thank you very much

    Rikard

    So it fits perfectly
    you can close this ticket

    child
    regards
    Franz

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘text hide’ is closed to new replies.