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.
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
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?
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
Hi,
You can turn on/off the post elements by go to Appearance → Customize → Posts Layouts → Other Layouts.
Regards,
PenciDesign.
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
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.
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?
Hi,
Yes, if you would like advanced customization, you will need to create a custom archive template.
Regards,
PenciDesign.
Ok, thanks. The CSS for categories is working, now just for tags as well 🙂
Could you also send the CSS for the tags?
Hi,
Here is the CSS code:
.penci-category-description { padding: 20px 40px; background: #f1f1f1; } .penci-category-description p:last-child { margin: 0; }Regards,
PenciDesign.