• Resolved sacconi

    (@sacconi)


    Which class end ID have I to add if I want to use the above css only for category pages? Before I used .archive #content , and now? thank you

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

    Thanks for reaching us,

    For removing the excerpt text from the Category Page, please use the CSS Code below:

    .category .cm-entry-summary {
    display: none;
    }

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

    Regards

    Thread Starter sacconi

    (@sacconi)

    it’s ok

    Hi @sacconi,

    Glad to hear that the issue has been fixed and thanks for the update. Let me know of any other confusion or issues and I will get back to you.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘.cm-entry-summary{ display: none; }’ is closed to new replies.