diff --git a/content/developer/tutorials/website_theme/02_build_website.rst b/content/developer/tutorials/website_theme/02_build_website.rst
index 32412d4bea..d9dc80df20 100644
--- a/content/developer/tutorials/website_theme/02_build_website.rst
+++ b/content/developer/tutorials/website_theme/02_build_website.rst
@@ -34,33 +34,31 @@ as content in the page.
:caption: ``/website_airproof/data/pages/home.xml``
-
-
-
-
-
-
-
-
- Home
-
- website_airproof.page_home
- /
- qweb
-
-
-
-
- One step beyond the horizon | Airproof
-
-
-
+
+
+
+
+
+
+
+ Home
+
+ website_airproof.page_home
+ /
+ qweb
+
+
+
+
+ One step beyond the horizon | Airproof
+
+
-
-
-
+
+
+
.. _tutorials/website_theme/build_website/media:
diff --git a/content/developer/tutorials/website_theme/03_customisation_part1.rst b/content/developer/tutorials/website_theme/03_customisation_part1.rst
index cebbf52ca4..79147a3fc8 100644
--- a/content/developer/tutorials/website_theme/03_customisation_part1.rst
+++ b/content/developer/tutorials/website_theme/03_customisation_part1.rst
@@ -134,6 +134,8 @@ You can find the `logo
- declare your :file:`website_templates.xml` file along with all the new ones in your
:file:`manifest`.
+ - disable the options you don’t want in your header via the `presets
+ <{GITHUB_TUTO_PATH}/website_airproof/data/presets.xml>`_.
- make the use of `primaries
<{GITHUB_TUTO_PATH}/website_airproof/static/src/scss/primary_variables.scss>`_ like
`header-template`, `navbar-font`, `header-font-size`...
diff --git a/content/developer/tutorials/website_theme/04_customisation_part2.rst b/content/developer/tutorials/website_theme/04_customisation_part2.rst
index 674f15e2ca..0609fb5f37 100644
--- a/content/developer/tutorials/website_theme/04_customisation_part2.rst
+++ b/content/developer/tutorials/website_theme/04_customisation_part2.rst
@@ -29,8 +29,8 @@ that can be animated and customized with different colors.
.. tip::
| **Be careful,** there is a trick!
| In your shape SVG file, you have to use the colors from the default Odoo palette.
- | Here, I want it to match my primary color 3 (`#CEF8A1`). Therefore, in the SVG file, you must
- use color 3 from Odoo's default palette (`#F6F6F6`).
+ | Here, I want it to match my primary color 1 (`#CEF8A1`). Therefore, in the SVG file, you must
+ use color 3 from Odoo’s default palette (`#3AADAA`).
.. spoiler:: Solutions
@@ -64,9 +64,9 @@ that can be animated and customized with different colors.
:caption: ``/website_airproof/data/pages/home.xml``
-