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

    when i use the search bar, i found portfolio items, but it show also the creation date, how to not show the date ?

    #618853

    Hey BetuwePC!

    Please use the below css in Quick CSS

    .date-container , .date-container + .text-sep{
      display: none !important;
    }

    Regards,
    Vinay

    #639008

    thanks, but still is see the date when i search on the right search bar, see image

    #639292

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .ajax_search_excerpt {
        display: none!important;
    }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.