Site logo

Archived topic

font size post date

1 reply · Started by Femke on February 27, 2020

Viewing posts 1–2 of 2

Hi Guys,

A few questions, hope you can help me out.

1. How can I change (to smaller) the font size of the date showing in the exerpts on my category pages?
2. How can I change (bigger) the font size of the exerpt text at the category page?
2. Can I adjust the title in the breadcrumbs? As my title is very long, the breadcrumb is also showing the long title above the post title.
3. How can I place the Leave a comment directly underneath the post, instead of first showing the next and previous post navigation widget?

Thank you,
Femke

Hi there,

1. Try this:

.entry-meta {
    font-size: 13px;
}

2. You currently have this custom CSS making your excerpts smaller:

.generate-columns-container article .inside-article .entry-summary {
    font-size: .8em;
}

That CSS can be found in Customize > Additional CSS.

3. This is likely a question for the developers of the breadcrumbs feature you're using. I'm not familiar with it, unfortunately.

4. Do you want all of the comments to appear above the footer entry meta?

This archived topic is closed to new replies.