Tagged: x
-
AuthorPosts
-
April 6, 2016 at 10:52 pm #870488
RobertParticipantHi,
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 RModeratorHi 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
RobertParticipantThis reply has been marked as private.April 7, 2016 at 6:31 pm #872059
RobertParticipantThis reply has been marked as private.April 7, 2016 at 6:33 pm #872062
RobertParticipantIn 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 RModeratorHi,
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
RobertParticipantThat worked great! Thanks!
April 10, 2016 at 4:20 am #874992
Rue NelModeratorYou are most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-870488 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
