Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #202734

    HI. I would like to remove the date from the search results. I figured out that this removes it from the search results page:

    .post-meta-infos {
        display: none;
        font-size: 12px;
        position: relative;
        top: -8px;
    }

    But I can’t figure out how to remove it from the search bar results that pop down when you type in query.

    And if they code above is a bad idea or there is a better way, I would appreciate that as well.

    Thanks

    Lizy

    #202802

    Hey lizybloom!

    Please add following code to Quick CSS as well

    .header_color .ajax_search_excerpt { display: none; }

    Cheers!
    Yigit

    #667612

    Hi!

    Where do I place the first code? Second code in quick css works perfect!

    Cheers!
    Bart

    #667626

    Hi Bart!

    Both codes should go into Quick CSS field :)

    Best regards,
    Yigit

    #667632

    Hi Yigit!

    Thanks for the quick respons! I tried that before, but that’s not working :(

    #667637

    Hey!

    Please add following code to Quick CSS as well

    .search .post-meta-infos {
        display: none!important;
    }

    Best regards,
    Yigit

    #667641

    That did the job!!

    Thanks for the quick solution! You guys rock!

    #667648

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove the date from the search results’ is closed to new replies.