Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365884
    ab98004702
    Participant

    Hi,

    I was wondering what’s the easiest way to get rid of the trailing pipe (|) symbol after post date in meta information.

    E.g. here: https://www.dropbox.com/s/07a1ekcf121ldv6/Screenshot%202017-02-10%2015.51.11.png?dl=0

    Many thanks,
    Bryan

    #1365937
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .entry-date,
    .p-meta>span:after {
    	display: none;
    }

    If the above code doesn’t work, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks for understanding!

    #1366042
    ab98004702
    Participant

    Unfortunately this didn’t work, as this removed the date altogether. All that I want to remove is the “|” symbol after the date.

    The URL is http://OptimumFeedback.com/blog.

    Many thanks,
    Bryan

    #1366313
    Darshana
    Moderator

    Hi there,

    Please add the following CSS rule instead.

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

    Hope that helps.

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