Tagged: date
Hi,
I would like to hide the date-stamp on the blog display page: http://www.norskmultiweb.no/pazkarnor/referanseprosjekter/
Hey dalboslampen,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.slide-meta time {
display: none;}
Best regards,
Vinay
Hi Vinay,
sorry, but that didn’t do the trick!
This is not a slide display, it´s a Blog post display, using the Grid settings.
Hi!
Please add following code to Quick CSS
.slide-meta {
display: none!important;
}
Regards,
Yigit
yes! Great, thank you very much!