Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1302858
    Bark201
    Participant

    I know this is a dumb css question. I want to hide the post date and time inside the post of specific posts. I know its something like entry-date display none but I dont know if that hides the date as well as the time.

    Lets say the posts id is 543 and 235, whats the CSS for it? I dont want it removed, just hidden in these posts.

    #1303008
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .post-543 .entry-date {
        display: none;
    }
    
    .post-543 .p-meta > span:nth-child(2)::after {
        content: "";
    }
    

    Hope that helps.

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