Tagged: searchbar
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
Hey Felix,
Please try the following in Quick CSS under Enfold->General Styling:
.ajax_search_excerpt {
display:none;
}
Best regards,
Rikard
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
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
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.
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
Thank you for pointing that out. I have removed the said characters and now everything works again!
Then maybe you can look again at how I remove the date in the search bar? That would be really nice.
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