diff --git a/theme_beauty/static/src/scss/primary_variables.scss b/theme_beauty/static/src/scss/primary_variables.scss index 3ee4d4c89..8a7dd3b1c 100644 --- a/theme_beauty/static/src/scss/primary_variables.scss +++ b/theme_beauty/static/src/scss/primary_variables.scss @@ -64,7 +64,7 @@ $o-website-values-palettes: ( 'headings-font': 'Questrial', 'navbar-font': 'Questrial', 'buttons-font': 'Questrial', - 'header-template': 'contact', + 'header-template': 'Contact', 'footer-template': 'default', 'header-links-style': 'outline', ), diff --git a/theme_bookstore/static/src/scss/primary_variables.scss b/theme_bookstore/static/src/scss/primary_variables.scss index e05516e5a..c37a9d537 100644 --- a/theme_bookstore/static/src/scss/primary_variables.scss +++ b/theme_bookstore/static/src/scss/primary_variables.scss @@ -67,7 +67,7 @@ $o-website-values-palettes: ( 'headings-font': 'Poppins', 'navbar-font': 'Poppins', 'buttons-font': 'Poppins', - 'header-template': 'contact', + 'header-template': 'Contact', 'footer-template': 'descriptive', 'header-links-style': 'border-bottom', ), diff --git a/theme_odoo_experts/static/src/scss/primary_variables.scss b/theme_odoo_experts/static/src/scss/primary_variables.scss index 572bc6513..92ca0fd36 100644 --- a/theme_odoo_experts/static/src/scss/primary_variables.scss +++ b/theme_odoo_experts/static/src/scss/primary_variables.scss @@ -77,7 +77,7 @@ $o-website-values-palettes: ( 'headings-font': 'Oswald', 'navbar-font': 'Oswald', 'buttons-font': 'Lato', - 'header-template': 'contact', + 'header-template': 'Contact', 'footer-template': 'contact', 'header-links-style': 'border-bottom', ),