I’d like to hide the date in the Fullwidth Masonry section I have on a page…
I figured it’d be as easy as adding
span.av-masonry-date {display:none;}
to the “For Developers: Section ID” area, but that doesn’t seem to be the place.
Please advise.
Thanks!
Hey empulse!
No, you can use Section ID to specify a custom ID for that section ( please see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ )
But it is as easy as adding your code to Quick CSS in Enfold theme options under Styling tab
span.av-masonry-date { display: none; }
Best regards,
Yigit
Thanks Yigit… I was on the right path, just overthought things.
Much appreciated!