Home › Forums › Pro Support › Adding Separator between Author and Date This topic has 1 reply, 2 voices, and was last updated 2 years, 9 months ago by elvin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 2, 2021 at 11:55 pm #27584 Kar YungParticipant Just want to add a bullet point symbol separator. Is this possible with just CSS? Example: Author Name * Date URL: https://magic.facetofacegames.com/ March 3, 2021 at 6:24 pm #27610 elvinModerator 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. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In