Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1436956

    The date on the category pages is still visible, although I have deactivated it in the blog layout under blog meta elements.
    Is it possible that it is hidden on the category pages, but displayed on the individual posts?

    #1437022

    Hey Lin84,

    Thank you for the inquiry.

    Which blog layout did you select? Did you toggle the Blog Post Date in the Enfold > Blog Layout > Blog Meta Elements section? If you’re using the Grid Layout, please try this css code:

    .responsive #top.archive .slide-meta time, .responsive #top.archive .slide-meta time  + .slide-meta-del {
        display: none;
    }

    Best regards,
    Ismael

    #1437070

    The date is now gone on the category pages, but not when I manually insert a blog post on a page in the grid layout.

    Is it possible to still display the date on the post itself?

    #1437269

    Hi,

    Thank you for the update.

    To remove the date on a grid layout added using the Blog Posts element, please add the following css code:

    .responsive #top.slide-meta time, .responsive #top.slide-meta time  + .slide-meta-del {
        display: none;
    }

    This should hide the date in the grid layout while retaining the date within the individual posts.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.