Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1361912
    streetberlin
    Participant

    Hi guys,

    I am on the renew stack and I wish to change the display of metadata on my blog posts

    Right now it looks like this

    name / dd/mm/yy / category

    I would like to see this format

    name dd/mm/yy category

    i.e. I would like to loose the / between name and date and the / between date and category.

    How can I do this?

    Url to my site https://streetberlin.net/

    #1362388
    Rupok
    Member

    Hi there,

    Thanks for writing in! I can help you with that. You can add this under Custom > CSS in the Customizer.

    .p-meta > span::after {
        content: "";
    }

    If you want that for single posts only then use this instead :

    .single-post .p-meta > span::after {
        content: "";
    }

    Hope this helps.

    Cheers!

    #1362588
    streetberlin
    Participant

    great that worked

    #1362673
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1361912 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>