Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869362

    toddfmay
    Participant

    I would like to remove the individual post excerpts from my category archive pages –

    http://dev-palmspringslife.pantheonsite.io/category/tennis/

    Can’t find anything in the forum on how to rid these pages of the post excerpts.

    As always thanks- Todd

    #869694

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    .archive.category .entry-content.excerpt {
        display: none;
    }

    Hope it helps 🙂

    #869711

    toddfmay
    Participant

    Works like a charm – Thanks- Todd

    #870183

    Friech
    Moderator

    Glad we could help, Cheers!