• Hi, guys!

    I am in the process of setting up my blog/site and publishing posts, but it seems like I can’t figure out how to change the style of the post titles. The title, right now, is very small compared to my subheadings and there is no division between posts on my home page.

    How can I change the post titles to be larger, as well as adding the date and some form of line or other divider between them? Right now the home page looks like one long blog post that has a lot of subheadings.

    Thanks for the help! Please let me know if you need more information to help me solve the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @plantpoweredself

    Kindly indicate snapshot image and share your website URL

    Thanks

    Thread Starter plantpoweredself

    (@plantpoweredself)

    Thank you @imranaliweb

    I’ll link you to a screenshot. The screenshot shows the end of one blog post and the beginning of a new one (Starting with “An Introduction”). THere is nothing dividing them, so it appears very strange and makes it hard to read the feed.

    Screenshot

    Hi @plantpoweredself

    If you change title font size kindly use below code in custom css field (Theme Dashboard >> appearance >> customize >> General setting >> custom css field )

    .entry-header .entry-title
    {
        font-size: 20px;
        line-height: 26px;
    }

    Change font-size and line-height according to your need.

    if you are not resolved this issue kindly share your website URL

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Blog Post Title/Date Style’ is closed to new replies.