Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #376655

    This is a follow up to post https://kriesi.at/support/topic/fine-tuning-the-search-results/

    The search results page displays a timestamp on Page items; ideally the timestamp only appears for Posts and Events.
    .page time { display: none !important; }

    I realized that this css fixes the issue on the search results page, however it removes the timestamp on all other pages using the Blog Posts tool.

    I tried the following, but no luck:
    .template-search .page time { display: none !important; }

    Please advise. Thanks!

    #376915

    Hey kristenangel!

    Please use following code instead

    .search .page time { display: none !important; }

    Best regards,
    Yigit

    #376935

    Great, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fine tuning the search results – part 2’ is closed to new replies.