Hi !
I want to remove the date on the the results in the header’s search form.
Can you help me please ?
Many thanks
Best regards
Hi,
You can add this on your custom.css or Quick CSS
.search .date-container.minor-meta {
display: none !important;
}
Regards,
Ismael
Hello,
Thank you for your answer !
I added the code in que Quick CSS and nothing happens, so I added it in custom.ss (in my child theme) and nothing happens also What did I do wrong ? – sorry for my bad english.. I hope you understand my explanation..:-/
Many thanks in advance,
Best regards,
Ida
I wanted to clarify that it works on the result page but the date is always displayed below the search form (overview of the result)
Please, I need your help..
Hi,
What do you mean below the search form? Please give us a screenshot. :)
Regards,
Ismael
Hi sitadi,
This will do it but keep in mind it will also remove any text excerpt as well since there is not difference in the code for the two:
#top .ajax_search_excerpt {
display: none;
}
Regards,
Devin
Thank you very much Davin, that’s what I want !
Regards
IB
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin