Tagged: x Author Posts April 6, 2016 at 6:34 pm #870253 toddfmayParticipant I’d like to remove all but the date from the meta display on my post archives. Page – http://dev-palmspringslife.pantheonsite.io/category/arts-entertainment/ Ideally trying to get them to look more like my recent post displays at http://dev-palmspringslife.pantheonsite.io/arts-entertainment/ Thanks for your Help – Todd April 6, 2016 at 10:42 pm #870476 John EzraMember Hi there, Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file. p.p-meta span:nth-child(1),p.p-meta span:nth-child(3),p.p-meta span:nth-child(4) { display:none; } p.p-meta span:nth-child(2):after { display:none; } Hope this helps – thanks! April 7, 2016 at 8:36 am #871158 toddfmayParticipant Perfect – thanks for all your help.. your support is priceless.. Todd April 7, 2016 at 8:04 pm #872127 DarshanaModerator Glad we were able to help 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-870253 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In