• Hi there… I’m trying to show the entire post on the main posts page, but despite choosing that option on the SETTINGS section, it’s still truncating the posts and showing “Read More”… can this be changed?

    Also, what CSS code can be added to change the background color of the post headline?

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for reporting this issue, we will fix that.

    The code you asked for:

    .single-post .entry-header::before {
    	background-color: red;
    }
    
    .single-post .author-image img {
        border-color: red;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Posts Page won’t show full text’ is closed to new replies.