Hi There,
I want to remove the comments and date indicators from my blog excerps which are shown on a random page currently with page id 2025 (will later change since it is only a test page). I found the following code which I added accordingly to the quick CSS. However, the Comments and dates still appear.
.page-id-2025 .post-meta-infos {
display: none;
}
Just for clarification, it is not on the blog page but on another page where I use the layout element “blog-post” with the layout style: “pattern” (Raster in German assume pattern in engl.)
Any suggestions?
Thx
maurice
Hey r3t4iL,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Hi!
Please use the code as following instead
.page-id-2025 .slide-meta {
display: none;
}
Cheers!
Yigit
fantastic, works
Thanks
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit