Comments inklusion started the conversationMay 6, 2023 at 12:52pmHi,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? 2,610PenciDesign repliedMay 6, 2023 at 4:56pmHi,Which function/features do you want to modify?You can read the document about the child theme here: https://developer.wordpress.org/themes/advanced-topics/child-themes/Regards,PenciDesign.inklusion repliedMay 6, 2023 at 9:34pmA few things: Single Post background color to be determined by the categorySingle Post support for promoted posts - with changes in background color and imageRelated posts - show the category as wellThings of this nature. 2,610PenciDesign repliedMay 7, 2023 at 3:34amHi,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 repliedMay 9, 2023 at 9:05amThank you.I ended up doing it by creating custom widgets to do it/reading your source and replicating the widgets in the child theme. Sign in to reply ...
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?
Hi,
Which function/features do you want to modify?
You can read the document about the child theme here: https://developer.wordpress.org/themes/advanced-topics/child-themes/
Regards,
PenciDesign.
A few things:
Things of this nature.
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:
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.
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.