Hallo Support-Team,
danke für das tolle Theme, ich arbeite sehr gerne damit!
Wie kann ich per CSS steuern, dass imm Combo Widget die Uhrzeit der Veröffentlichung nicht angezeigt wird? Datum soll angezeigt werden, nur die Uhrzeit nicht.
Danke für Euer Feedback und einen guten Rutsch ins neue Jahr!
Grüße
Julika
Hey monja_kantenwein!
Try adding this to your custom CSS.
time, .time-meta { display: none !important; }
If that does not work then send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
Elliott
Hi Elliott
Happy new year! :-)
Thanks for your response.
Unfortunately it does not work with this CSS code. Maybe you can have a look on my site.
Thank you very much!
Regards,
Julika
Hey!
Try this.
.news-time { display: none !important; }
Cheers!
Elliott
Thanks! But now the time AND the date are not visible.
My question was to disable only the time. Is that possible?