Good morning
I have an issue with article infos. in my news blog. There are displayed both icons and text (f.i. "published/veröffentlicht" ). I would like to get icons only.
What should I change?
Best wishes and have a nice day
Kyna
go to articles | options
then hide the create date, modify date and publish date
.article-info time {
display: none;
}
Am I correct in saying that you just want to display the calendar icon without the date?
I think that this cannot be done by the template, but only by a language override like this:
[attachment]Screenshot 2023-03-31 at 20-02-24 Sprachen Override bearbeiten
Rolf