Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1148464

    Heallo at Kriesi,
    I dont want to show the date of an (event calendar plugin) event in the search result page but show the date of a blog entry. When I use

    #top .bloglist-excerpt.post-entry .post-meta-infos, .html_modern-blog .avia-content-slider .bloglist-excerpt .slide-meta    {
    	 display: none !important;
    }

    the date disappears on both pages. I cannot find the page ID of the search result page (perhaps there is none :-() to target the .slide-meta better.

    Thanks in advance.

    Best

    #1148793

    Hey Sigmund,

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

    .search .type-tribe_events .post-meta-infos {
      display:none;
    }

    Best regards,
    Rikard

    #1148885

    Hi Rikard,
    that works, thanks!
    You can close the topic, if you like.

    Best regards

    #1148998

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘display: none; for date in search result’ is closed to new replies.