Hi there,
I tried searching on how to customize the posts page but had no luck. I’m having difficulty trying to customize the posts page. I want to be able to edit the heading and body on the posts page. See below for image. Thanks.

Hi there,
I tried searching on how to customize the posts page but had no luck. I’m having difficulty trying to customize the posts page. I want to be able to edit the heading and body on the posts page. See below for image. Thanks.

Hello Aleksej,
Thanks for writing in!
If you want to edit the post page then you can use Pro Theme content builder. However, looking at the screenshot it looks like post index page which as of today can’t be edited in Content builder. Having said that you can use some custom CSS to make necessary changes. Please add following CSS under Pro > Theme Options > CSS:
.blog .entry-title a {
color: #ddd !important;
}
.blog .entry-title {
font-size: 150% !important;
}
.blog .entry-content.excerpt p {
color: #ededed;
font-size: 90% !important;
}
.blog .more-link {
color: #ddd;
font-size: 95% !important;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.