Back to glossary
Child theme
A small theme that inherits its parent and preserves your customisations across parent updates.
A child theme is the safe way to customise a third-party theme. Create a new folder with a `style.css` that references the parent template, then override any file. When the parent ships a security update, your child theme survives intact.