Hello experts,
I would like to NOT show the date in magazine listing at the right hand side of the page linked below (and some more pages where I use the magazine).
Last time I had something similar with the post slider when you suggested a code to put into the quick css-field which works great.
See here: https://kriesi.at/support/topic/remove-categories-and-date-with-grey-lines-from-blogslider/
Hey Ralf,
use this code in Quick CSS to remove it:
time.av-magazine-time.updated {
display: none;
}
Best regards,
Andy
Thank you Andy,
works perfect.