Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1069601

    Dear team,

    I would like to remove the date label in the search from my Enfold Theme.

    Here a screenshot; there I marked the place red.
    https://s17.directupload.net/images/190220/vmw8u9zr.png

    I would be very happy if there would be a way to remove the date from this view.

    Many greetings
    Felix

    #1070581

    Hey Felix,

    Please try the following in Quick CSS under Enfold->General Styling:

    .ajax_search_excerpt {
      display:none;
    }

    Best regards,
    Rikard

    #1070654

    Hey Rikard,

    Thank you very much for your answer. I inserted the code as described, but nothing changes.
    The date is still included in the search.

    Best regards,
    Felix

    #1070771

    Hi Felix,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1070825

    I’ll give you the login data, because you can’t see anything else.

    As you can see, the maintenance mode does not disappear after logging in. This is another error that occurred after the update. But I have already opened a thread about this.
    You may have to stop the maintenance mode for a moment to try the search on the home page. Please switch on the maintenance mode as soon as possible.

    Thank you very much for your help.

    #1071773

    Hi platin611,

    Please refer to a solution posted here
    https://kriesi.at/support/topic/problem-maintenance-mode-with-enfold-4-5-4/#post-1071215

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1072287

    Thank you for pointing that out. I have removed the said characters and now everything works again!

    #1072289

    Then maybe you can look again at how I remove the date in the search bar? That would be really nice.

    #1072392

    Hi,

    Add this to quick css:

    .header_color .ajax_search_excerpt{
    display:none!important;
    }

    If it doesn’t work immediately please clear the cache a few times over.

    Best regards,
    Jordan Shannon

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