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
Hey lizybloom!
Please add following code to Quick CSS as well
.header_color .ajax_search_excerpt { display: none; }
Cheers!
Yigit
Hi!
Where do I place the first code? Second code in quick css works perfect!
Cheers!
Bart
Hi Yigit!
Thanks for the quick respons! I tried that before, but that’s not working :(
Hey!
Please add following code to Quick CSS as well
.search .post-meta-infos {
display: none!important;
}
Best regards,
Yigit
That did the job!!
Thanks for the quick solution! You guys rock!
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