- This topic has 1 reply, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Excerpts’ is closed to new replies.
Is there a way for a blog excerpt to be displayed only on the blog home page and not at the beginning of the blog post?
If not, is there a way to change the font of the excerpt on the blog post?
Copy this code to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
.single-excerpt {
display: none;
}