• Resolved spespam

    (@spespam)


    Hello,

    I would like to hide the excerpts of posts at the homepage only.

    What is the css code to do that ?

    Thank you for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @spespam,

    Thanks for reaching us,

    For removing the excerpt on the homepage, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:

    .home .cm-entry-summary p{
    display: none;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

    Thread Starter spespam

    (@spespam)

    Hi @barsha04

    Thank you, it works ! ??

    Regards.

    Hi @spespam,

    Glad to hear that the issue has been fixed. If you found any more issues, can you share the screenshots showing the problems and link to the page where you’re seeing the issue.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide excerpt at the homepage’ is closed to new replies.