Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #444066

    Awesome Theme guys!

    I would like to remove the author/category/publish date adn pagination from the blog posts on my front page.

    Also, I would like the blog post title left justified.

    Any suggestions on code?

    • This topic was modified 10 years, 1 month ago by inmused.
    #444735

    Hi inmused!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-11 nav.pagination, .page-id-11 span.post-meta-infos {
    display:none !important;
    }
    
    .page-id-11 .post-title {
      text-align: left !important;
    }

    Regards,
    Rikard

    #444785

    Fantastic.

    Code works perfectly

    Glen

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Post layout adjustment – Resolved’ is closed to new replies.