How can i hide this items for my blog items and search page.
I have tried to at following code in custom.css but it doesn’t work:
.entry-content .post-meta-infos {
display: none;
}
Thanks!
Hey igraphBE!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-categories,.search span.post-meta-infos {
display: none !important;
}
Cheers!
Yigit
Thx Yigit, Works great.
Only on the added link the date, comments and author are still visible.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.post-meta-infos {
display: none!important;
}
Cheers!
Yigit
Perfect, thx!
Hi,
do you also have a quick CSS so the date in the search (ajax dropdown) will be hidden?
Thanks
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
Hi Yigit,
that did it perfectly! Thank you very much!
Kind regards
Thomas
Hi!
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 :)
Regards,
Yigit
