there’s a huge post on card_mod, and you’ll probably find your answer in Ildars post
hiding is done with:
.entry-container h4.date {
display: none;
}
Ill leave it to you to find the correct path
btw, if you don’t want the date being logged, maybe this card is not the best option…especially since you log for 200 hours and days are an important subdivision for clarity ?
I want it to show the last log entry only - no matter how far back in time is was logged.
The date and time is already part of the text in the container.
this is the mod by Ildar. now replace the color: magenta with display: none.
you should checkout the huge thread on card_mod, where all of that is explained in detail. Use Inspector in your browser window to reveal the elements, and check what the card-mod repo says about traversing the Dom
the pipe thing is a multi line indicator, and makes all that goes below it seems as a single string. see