Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1083843

    Hi,
    I was wondering how to hide the Author and / on Category Blog Pages. I only want to show the Date.

    I have used:

    .blog-author.minor-meta {
    display: none;
    }

    -> this works for not showing the author. But the . is still showing.

    I tried:

    .blog-categories + .text-sep, .blog-author.minor-meta {
    display: none;
    }

    But some how this doesn’t work.
    Would be great if you could look in to this.

    Thank you.

    #1083883

    Hey sonderdesigner,

    I’m seeing the date and no author. Were you able to get this resolved?

    https://snag.gy/YiTRhr.jpg

    Best regards,
    Jordan Shannon

    #1083927

    Yes – I resolved the author but the “/” is still there.
    I add

    .text-sep {
    display: none;
    }

    but it doesn’t work.
    Thanks for your help.

    #1084388

    Hi,

    Add this to quick css:

    .html_modern-blog .post-entry .post-meta-infos .text-sep{
    opacity:0!important;
    }

    Best regards,
    Jordan Shannon

    #1084465

    Perfect, Thank you so much.

    #1084704

    Hi,

    No problem, I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Don't Show Author on Blog Category Page’ is closed to new replies.