Skip to content
Public Ticket #24547

Editing the child theme

Conversation thread

inklusion replied

Customer Reply

Thank you.

I ended up doing it by creating custom widgets to do it/reading your source and replicating the widgets in the child theme.

PenciDesign Supporter replied

Staff Reply

Hi,

Your customization needs to modify and add a lot of PHP codes. This is a simple way to do that:

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

body.category-2 {
    background: #f1f1f1;
}

Change -2 to the category ID you want to change the background color.

2. If you want to customize the background for an invidual post, please install the XO Post Background plugin here: https://wordpress.org/plugins/xo-post-background/

Regards,
PenciDesign.



inklusion replied

Customer Reply

A few things:

  • Single Post background color to be determined by the category
  • Single Post support for promoted posts - with changes in background color and image
  • Related posts - show the category as well

Things of this nature.

inklusion started the conversation

Conversation Start

Hi,

I would like to edit some penci components and I figure the child theme would be the place to do it.

Is there any documentation for it?

If not, can I get some help?

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