• Resolved 666deckard

    (@666deckard)


    I would like to have the post excerpt on the Main Page in justify.

    Additionally I would like to not show the comments (or “comments closed”) on the Main Page.

    How do I do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Founder!

    You can add this CSS to justify the post excerpts and also remove the “comments closed” text:

    .blog .post-content p,
    .archive .post-content p,
    .search .post-content p {
    	text-align: justify;
    }
    .post-comments {
    	display: none;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter 666deckard

    (@666deckard)

    Thanks a lot Ben!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Excerpt & Comments display’ is closed to new replies.