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

    How do I remove or edit the text below Blog Post Title on the Blog page and the individual Blog post page?

    #225886

    Hi mattmorse!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .post-meta-infos { display: none; }

    Cheers!
    Yigit

    #225972

    This worked on the single post. How do I remove it from the Blog page as well?

    Also, is there a way to center the Blog Title on single post page?

    #226296

    Hi!

    Please add following code to Quick CSS as well

    .slide-meta { display: none; }
    .entry-content-wrapper .post-title { text-align: center; }

    Best regards,
    Yigit

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