Remove Vertical Line Between Author and Date

Josh April 30, 2020 at 4:21 pm

On my posts I have elected to removed the author from data shown on a post but leave the date. The post is retaining the | in front of the date separating it from nothing. The date looks like | April 30, 2020 instead of just April 30,2020.

Any idea how to remove the separator?

Replies (5)

  1. Josh April 30, 2020 at 4:21 pm

    On my posts I have elected to removed the author from data shown on a post but leave the date. The post is retaining the | in front of the date separating it from nothing. The date looks like | April 30, 2020 instead of just April 30,2020.

    Any idea how to remove the separator?

  2. Spiracle Themes May 1, 2020 at 2:30 am

    Hi Josh,

    Thanks for reaching out.

    Just use the simple CSS

    span.separator {
    display: none;
    }

    Copy and paste it in Appearance -> Customize -> Additonal CSS

    Let us know if you have any questions

    Best Regards

  3. Dave May 17, 2020 at 10:50 pm

    I have a similar issue on the Frontpage / Highlight area. The middle category/image still shows the | separator after removing the author and date. It does not appear on the left or right category/image, just the one in the middle.

    I added the suggested CSS above but the separator still appears. Any ideas?

  4. Spiracle Themes May 18, 2020 at 2:28 am

    Hi Dave,

    I am not able to reproduce the issue.
    Could you please use our theme back so that we can inspect your site directly

    Best Regards

  5. Emrah November 6, 2020 at 10:34 am

    Hi,
    I have the same vertical seperator in the middle of the highlight area. Please help me to remove it. Thanks

  6. Spiracle Themes November 6, 2020 at 12:01 pm

    Hi Emrah,

    Did you try the above solution? ie

    span.separator {
    display: none;
    }

    Best Regards

Post a Reply

Reply To: Remove Vertical Line Between Author and Date
Your information: