[Resolved] Prefix for entry meta

Home Forums Support [Resolved] Prefix for entry meta

Home Forums Support Prefix for entry meta

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1077442
    kazemedia

    Hi,

    I want to add prefix to entry meta like: “Posted by Author” and “Category: Samsung”
    Just prefix problem, i have no problem with entry meta placement or style.

    Thanks

    #1078197
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-meta span.byline:before {
        content: "Posted ";
    }
    .entry-meta .cat-links a:before {
        content: "Category: ";
    }

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

    Let me know if this helps 🙂

    #1079339
    kazemedia

    It’s works

    Thank you

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