Tagged: meta data
Hi,
I have found various posts here to remove some of the post meta data, but I can not see how to remove it from a Blog Post Element using the “Display entries from a custom taxonomy” – any help for quick CSS would be most useful.
I have tried the following but it didn’t work.
.post-meta-infos {
display: none;
}
Also, for future reference, is there something that will hide ALL meta data from all views ?
Many thanks,
H
I think I have solved the problem by using what I found in the support forum here: I just pasted the following into the Quick CSS
.post-meta-infos {
display: none;
}
.avia-content-slider .slide-meta { display: none; }
#portfoliobox-2 .news-time {
display: none;
}
But I actually have no idea which does what lol