[Support request] Center the date & reduce breadcrumbs font size

Home Forums Support [Support request] Center the date & reduce breadcrumbs font size

Home Forums Support Center the date & reduce breadcrumbs font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #651449
    Amit

    How can I center the “Last Modified date’ in posts and pages , also How should I reduce the breadcrumbs text size?

    #651970
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-meta {
        text-align: center;
    }
    p#breadcrumbs {
        font-size: 20px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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