[Support request] font size post date

Home Forums Support [Support request] font size post date

Home Forums Support font size post date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1178466
    Femke

    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

    #1179169
    Tom
    Lead Developer
    Lead Developer

    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?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.