Viewing 8 replies - 1 through 8 (of 8 total)
  • Copy and paste this code to custom CSS to remove the grey border around your post excerpts

    .home_blog article {
    border: 0px; }

    Hope it helps

    Thread Starter ntstodda

    (@ntstodda)

    Thank you! That worked for the homepage, and I switched out “home_blog” for “postlist” for the post lists on other pages.

    I still have not figured out how to edit the content within the posts lists, however. Is this something you could help with as well?

    Thanks!

    For styling your text, you need to do this in your admin – appearance -theme options – typography – change setting in h4 settings.

    However I dont know if you have areas on your site using h4 setting.

    Check first as you make changes.

    If so you will need to be specific to your articles.

    Copy this code and modify accordingly.

    .home_blog article header h4 {
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    }

    Hope it helps

    Thread Starter ntstodda

    (@ntstodda)

    Thanks! I have specified all of the headings and body text in the typography settings, I’m actually looking to include more text in the post excerpts.

    Ideally each post excerpt will include the title, subtitle, author, and potentially a pull out quote or part of the body text of the post, not just the title as is shown now.

    I will leave this section to bloggers.

    I don’t do blogging to be able to help you.

    sorry.

    All the best

    Thread Starter ntstodda

    (@ntstodda)

    Thanks for your help on the first issue!

    ntstodda are you wanting to show the full blog post? You can do that in the settings.
    http://docs.kadencethemes.com/virtue/#blogpage

    If you want a custom excerpt use the excerpt box on the post edit page. Just make sure you click screen options and then click the check box for excerpt.

    Kadence Themes

    Thread Starter ntstodda

    (@ntstodda)

    Thanks! I was looking for a custom excerpt and it worked. Apparently I had to change my screen options to show the excerpt box.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Post Excerpt Layout and Content’ is closed to new replies.