Tagged: blog meta elements
I have managed to hide the blog meta elements on my main blog page but the settings don’t seem to apply to blog posts added using the Blog Content Element. How can I hide these please?
Hey trevorwilson,
Thank you for the inquiry.
Where can we see the issue, and which meta info are you trying to hide? Please provide the site URL in the private field so that we can check the elements.
Best regards,
Ismael
Hi Ismael – I’ve included more details in the private content for you :)
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-2002 .avia-content-slider-inner span.blog-categories {
display: none;
}
.page-id-2002 .avia-content-slider .slide-image {
max-height: 210px;
height: 210px;
}
Note that it will only apply to the blog page.
Best regards,
Rikard
Hi Rikard,
Thanks for your message. I would really like them to be hidden on non-blog pages where I have used the Blog Content Element instead. Is there a way to do that?
Hi,
Please try using this CSS instead:
.avia-content-slider-inner span.blog-categories {
display: none;
}
.avia-content-slider .slide-image {
max-height: 210px;
height: 210px;
}
Best regards,
Rikard
Hi Rikard,
Thanks for your quick reply. That code did fix the sizing issue (thank you!) but I am afraid the Categories still show below the thumbnails?
Best regards,
Trevor
Hi,
Please try this instead:
.avia-content-slider-inner span.blog-categories {
display: none !important;
}
.avia-content-slider .slide-image {
max-height: 210px;
height: 210px;
}
Best regards,
Rikard
YES! That’s fixed my problem perfectly, thank you :)
Hi,
Great, I’m glad that we could help. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard