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

    Hi,
    I would like to remove author and category from the main blog page as well as the post itself but keep the date.

    Through searching, I found this to be added to the css styling .post-meta-infos { display: none; } however that is to remove everything. I would like to keep the date

    #290945

    Hey lflask!

    You can go to Enfold theme options > Blog Layout and choose not to display selected meta.
    You can also add following code to Quick CSS in Enfold theme options under General Styling tab

    .text-sep-cat, .blog-author, .blog-categories, .text-sep-comment { display: none !important; }

    Regards,
    Yigit

    #291238
    This reply has been marked as private.
    #291274

    Hi!

    Please add following code to Quick CSS as well

    .text-sep-date {
    display: none !important;
    }

    Cheers!
    Yigit

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