We're merging with GenerateBlocks! Learn more here.

[Support request] Adding Separator between Author and Date

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Adding Separator between Author and Date

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27584
    Kar Yung
    Participant

    Just want to add a bullet point symbol separator. Is this possible with just CSS?

    Example: Author Name * Date

    URL: https://magic.facetofacegames.com/

    #27610
    elvin
    Moderator

    Hi there,

    This should be doable with plain CSS:

    Try this one:

    span.wp-show-posts-byline.wp-show-posts-meta:after {
        content: " * ";
    }

    Replace * with your preferred separator.

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