How hide date in pre-results and results search?
Hi Pedro!
Try to add the following to your Quick CSS:
.post-meta-infos time{
display:none !important;
}
Best regards,
Rikard
Hi Rickard,
Thanks for your assistance, but you could especify to me which file .css ? (Enfold)
Best regards,
Pedro
Hey!
You can add it to Quick CSS field in Enfold theme options > General Styling as well as Custom.css file inside Enfold/css folder – http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
Cheers!
Yigit
Hi!
Please use following code instead
span.ajax_search_excerpt {
display: none !important;
}
Cheers!
Yigit
Working fine. Great your assistance !!!
Best regards,
Pedro
Hi!
You are welcome, glad we could help :)
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 :)
Regards,
Yigit