Override Components#
Override The Logo#
When we want to override a specific file we can create an alias pointing to our own theme.
So for example if we want to replace the logo, which is located in Volto at omelette/src/components/theme/Logo/Logo.svg
,
we will add a logo to our theme and create an alias.
The folder structure needs to match the folder structure of Volto in the customizations
folder.
The final path of the new overridden component will be: src/customizations/components/theme/Logo/Logo.svg
.
Exercise#
Replace the logo with a logo of your choice.