Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #883094

    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

    #883775

    Hey r3t4iL,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #884962
    This reply has been marked as private.
    #884967

    Hi!

    Please use the code as following instead

    .page-id-2025 .slide-meta {
        display: none;
    }

    Cheers!
    Yigit

    #885036

    fantastic, works
    Thanks

    #885043

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Another Comments / Date removal issue’ is closed to new replies.