Comments olafvangastel started the conversationJune 2, 2021 at 8:23amhello!I would like to hide excerpt under the post title globally with css, which code should i use? Or is there a way to achieve this with customiser? 2,616PenciDesign repliedJune 2, 2021 at 9:30amHi,You can hide post excerpt by going to Appearance > Customizer: Posts Layout > Other Layout: Remove Post Excerpt.Homepage > Featured Categories: Remove Posts Excerpt on Featured CategoriesOR you can use this custom CSS: body:not(.single) .penci-grid li .item .item-content,body:not(.single) .penci-masonry .item-masonry .item-content,body:not(.single) .penci-grid .mixed-detail .item-content { display: none;}Best Regards,PenciDesign. Sign in to reply ...
hello!
I would like to hide excerpt under the post title globally with css, which code should i use? Or is there a way to achieve this with customiser?
Hi,
You can hide post excerpt by going to Appearance > Customizer:
OR you can use this custom CSS:
Best Regards,PenciDesign.