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

    Hi,

    Where do I find the option to hide a date posted/#commnents with a POST? I thought I would be able to go to Theme setting and set this as a default for all future posts but I can’t find anything.

    I have one post that shows only a date and a new post showing 0 comments and the date. It’s inconsistent.

    Please help.

    Thanks,

    A

    #807980

    Hey Anthony,

    You can change how a blog post/blog page in Enfold > Blog Layout.

    Or, you can use this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .date-container.updated, .text-sep.text-sep-date,
    .comment-container,.text-sep.text-sep-comment {display:none !important;}

    If you need further help, please include the page in question in your reply’s Private Content.

    Best regards,
    Sarah

    #807987

    Hi Sarah,

    Please refer to Private Content.

    Thanks,

    A

    #808092

    Hi,

    Thank you for that information. You gave us a link to the blog page. Am I correct in understanding that you wish to hide the date and comment count for the blog page, then? In that case, please try this CSS instead, since you’re using a grid layout:

    .slide-meta {display:none !important;}

    Best regards,
    Sarah

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