Tagged: x Author Posts April 6, 2016 at 10:52 pm #870488 RobertParticipant Hi, How can I suppress the post tags from showing up below the post in the blog search results? Please see the attached screen shot. Thanks! April 7, 2016 at 4:35 am #870849 Paul RModerator Hi Robert, Thanks for writing in! You can add this under Custom > CSS in the Customizer. .search-results .entry-footer { display:none; } If that doesn’t help, please provide us your site url so we can take a closer look. Thanks April 7, 2016 at 1:51 pm #871657 RobertParticipant This reply has been marked as private. April 7, 2016 at 6:31 pm #872059 RobertParticipant This reply has been marked as private. April 7, 2016 at 6:33 pm #872062 RobertParticipant In addition to removing the tags under the post on the blog page, can you please also explain how I can increase the size of the text in the blog post. Thanks! April 8, 2016 at 1:31 am #872387 Paul RModerator Hi, Please change css code given above to this. /* remove tags */ .blog .entry-footer { display:none; } /* increase font size */ body .entry-content { font-size: 18px; } You may change 18px to achieve your desired result. Hope that helps April 9, 2016 at 6:22 pm #874562 RobertParticipant That worked great! Thanks! April 10, 2016 at 4:20 am #874992 Rue NelModerator You are most welcome! Author Posts