Hello Kriesi Team,
Sorry but my english is not very good.
I would like to remove all entry-date and number of comments in:
– Slideshow Homepage: http://solucionestecnologicasparaempresas.com/
– Category pages: http://solucionestecnologicasparaempresas.com/categoria/logica-de-negocio-y-seguridad-de-la-informacion/
– Label pages: http://solucionestecnologicasparaempresas.com/etiqueta/analitica-web/
– Post pages: http://solucionestecnologicasparaempresas.com/archivado-y-salvaguarda-de-la-informacion/que-es-la-destruccion-certificada/
Is there any option to hide all entry-date by enfold wordpress configuration or by quick css?
If you need to add commands in quick css, could you help me?
Thanks in advanced. Regards, Raúl Ibáñez.
Hi Raul,
Please try the following in Quick CSS under Enfold–>General Styling:
.slide-meta {
display:none !important;
}
Cheers!
Rikard
Great Rikard!
Now time is hided in slideshow homepage, category and label pages. But it is not hided in post pages.
Could you help me to hide all entry-date.
Thank you very much for your help.
Regards, Raúl Ibáñez.
Hi!
Please add following code to Quick CSS as well
.date-container, .text-sep-date {
display: none!important;
}
Regards,
Yigit
Excellent!
Now all entry-date are hidded in the web page.
Thanks Yigit.
Hi!
You are welcome, we are always happy to 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 :)
Best regards,
Yigit