Tagged: x Author Posts April 6, 2016 at 6:30 pm #870247 Shannon_WeSupplyParticipant Hello! Can you please help me? I’d like to use CSS to make my blog post metadata larger. I’d also like to remove the author and date of post, but keep the category and number of comments. Thank you! Shannon April 6, 2016 at 6:31 pm #870248 Shannon_WeSupplyParticipant This reply has been marked as private. April 7, 2016 at 1:24 am #870634 RupokMember Hi Shannon, Thanks for writing in! You can add this under Custom > CSS in the Customizer. /* Increase the font size of meta info */ .p-meta > span { font-size: 13px; } /* hide author */ .p-meta > span:first-child { font-size: 0; } .p-meta > span:first-child a { font-size: 13px; } /* hide date */ .p-meta .entry-date { display: none; } Hope this helps. Cheers! April 7, 2016 at 11:55 am #871489 Shannon_WeSupplyParticipant This worked perfectly! Thank you VERY much! 🙂 I was expecting to have to manipulate the php files! April 7, 2016 at 10:08 pm #872245 Prasant RaiModerator You are most welcome. 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-870247 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In