How do I create a child theme in PrestaShop?

1402 views

A child theme inherits from a parent theme and lets you customise templates and CSS without modifying the parent directly. In PrestaShop 1.7+: create a new folder in /themes/, add a theme.yml file that references the parent theme, and add a config/ directory with your overrides. When the parent theme updates, your customisations are preserved. This is the recommended approach for any theme modifications.

Learn more: our PrestaShop child themes guide.

Was this answer helpful?

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top