Hello
I set up my blog post settings to not show the date, on the posts themselves the date doe not show. When I use a missionary gallery and pull a category into the gallery the date appears. I plan to hide the date with CSS but I’m wondering if there is a setting I can click that would remove it as well.
Here is the site link
http://johnkentprojects.org
Best regards,
George
Hey georgeorbelian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.av-masonry-date {
display: none;
}
Regards,
Yigit
Yigit —
Thank you, it worked perfectly.
George