mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-01 04:59:43 +08:00
274082fd77
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
975 B
975 B
Overrides in Block Themes
Overrides allow you to modify the default appearance and behavior of blocks and templates without directly editing the core theme files. This ensures that your customizations are preserved during theme updates. You can achieve this by creating custom templates, template parts, and block styles within your child theme or custom plugin, effectively overriding the original definitions.
Visit the following resources to learn more: