Hello,
using the content element “magazine”, I want to hide the publishing date. I already unchecked them in the theme settings under blog -> Blog meta elements. I’ve checked FAQ and could not find anything.
Thank you very much.
Kind regards,
Anja
Hey anjmat,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-magazine-time {
display: none;
}
Best regards,
Yigit
Perfect. thanks.