Tagged: meta
hi –
i want to remove the meta data (date, comments) from the blog posts inserted on a page. i want it only to apply to this color section so i am using id. tried this:
div.slide-meta {
display: none;
}
it’s not working.
Hey blankonblank!
Please use following code instead
#av_section_3 .slide-meta {
display: none!important;
}
Cheers!
Yigit
thanks!