Tagged: blog meta elements
Hi.
I am using the Avia Layout Builder and have used the Blog Post element on a page.
I want to stop displaying the Blog Meta Elements and I have used the following CSS, but it still displays:
.post-meta-infos{
display: none;
}
I have also tried:
.post-meta-infos{
display: none !important;
}
Neither work.
Regards
Iain
Never mind.
I used this CSS and it worked:
span.post-meta-infos { display: none !important; }