Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2792223
hide excerpt with css
Closed

Comments

  • olafvangastel started the conversation

    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?

  •  2,495
    PenciDesign replied

    Hi,

    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 Categories

    OR 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.