Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #261844
    RodeBoy
    Participant

    Hi, if you take a look at http://www.carletonrodearchive.com you will see I have two categories. On the categories summary page I am happy to have the excerpts for ‘War Dead’ but until there is more content on ‘Survivors’ I would like to remove the excerpt there, as it just repeats.

    I can see that by using the following the excerpt can be removed from all categories, but can this CSS code be adapted to apply to only one category please – in this case ‘Survivors’? Or maybe is there a way to hide the excerpt on an individual post basis.

    article .entry-summary {
        display: none;
    }

    I look forward to hearing from you,

    Regards, Chris

    #261906
    Skandha
    Participant

    @rodeboy: Hello Chris,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .category-116 article .entry-summary {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #261946
    RodeBoy
    Participant

    Perfect! Thank you Skandha.

    Hope you are keeping well – stay safe.

    Chris

    #262106
    Skandha
    Participant

    @rodeboy: Glad it worked out. I am good Chris. Hope you’re doing well.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove excerpt from just one category’ is closed to new replies.