Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #903258
    rekluse
    Participant

    Hello, I have what is most likely a silly question.

    I was able to keep the category tags from showing in the blog metadata, but now I am trying to get rid of the “/”

    For example, on these pages:

    http://everyoneisright.com/media/
    http://everyoneisright.com/right-bucks

    …it currently looks like this:

    Ken Wilber / April 27th, 2016 /

    ..and I want it to look like this:

    Ken Wilber / April 27th, 2016

    Screenshot provided.

    Thanks!

    #903995
    Rad
    Moderator

    Hi there,

    Thanks for posting in.

    Please add this CSS too 🙂

      .p-meta span:nth-child(2):after {
        display: none !important;
    }

    Or you can simply change your existing CSS to this,

      .p-meta span:nth-child(2):after,
      .p-meta span:nth-child(3)  {
        display: none !important;
    }

    Hope this helps.

    #904649
    rekluse
    Participant

    Man, I knew it was going to be something simple like that, but I just could not work it out. Thank you!

    #905478
    Zeshan
    Member

    You’re welcome! 🙂

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