Skip to content
Public Ticket #32376

Remove category, excerpt and button on archive pages

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Here is the CSS code:

.penci-category-description {
  padding: 20px 40px;
  background: #f1f1f1;
}
.penci-category-description p:last-child {
  margin: 0;
}

Regards,
PenciDesign.

tim-nieuwpoort replied

Customer Reply

Could you also send the CSS for the tags?

tim-nieuwpoort replied

Customer Reply

Ok, thanks. The CSS for categories is working, now just for tags as well ?

PenciDesign Supporter replied

Staff Reply

Hi,

Yes, if you would like advanced customization, you will need to create a custom archive template.

Regards,
PenciDesign.

tim-nieuwpoort replied

Customer Reply

Thanks.

So this isn’t something you can adjust manually? Or would you need to create a new archive template for this: https://prnt.sc/6H8dtADpmbbh? Or wouldn’t that solve it either?

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.penci-category-description-inner {
  padding: 20px 40px;
  background: #f1f1f1;
}
.penci-category-description-inner p:last-child {
  margin: 0;
}

Regards,
PenciDesign.

tim-nieuwpoort replied

Customer Reply

Hi,

Thanks, it worked.

Is it also possible to give the description of each category a background color, for example as a full-width block that spans the entire screen: https://prnt.sc/ODssLa7WMm69

Regards,

Tim

PenciDesign Supporter replied

Staff Reply

Hi,

You can turn on/off the post elements by go to Appearance → Customize → Posts Layouts → Other Layouts.

Regards,
PenciDesign.

tim-nieuwpoort started the conversation

Conversation Start

Hi,

I would like to remove the category label, excerpt, and button on my category/archive pages (https://prnt.sc/uiiimbt2ChVv). However, I can’t find this option anywhere.

Where can I adjust these settings?

Thanks in advance.

Kind regards,
Tim

Want to join this conversation or access attachments? Sign in first.