Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #25725

    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

    #127990

    Hi,

    You can add this on your custom.css or Quick CSS

    .search .date-container.minor-meta {
    display: none !important;
    }

    Regards,

    Ismael

    #127991

    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

    #127992

    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)

    #127993

    Please, I need your help..

    #127994

    Hi,

    What do you mean below the search form? Please give us a screenshot. :)

    Regards,

    Ismael

    #127995

    Here the screenshot :

    http://optique-chervet.fr/img/copie-ecran.jpg

    thanks :-)

    #127996

    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

    #127997

    Thank you very much Davin, that’s what I want !

    Regards

    IB

    #127998

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How remove date on the search results in the header’ is closed to new replies.