From 6bbc77c0b5a63ef31ee2709e4bcf3fbbaf3b79f9 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 5 Dec 2021 16:34:14 +0100 Subject: [PATCH] =?UTF-8?q?theme=20pb=20de=20titre=20dans=20l'aper=C3=A7u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/view/header/header.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/module/theme/view/header/header.js.php b/core/module/theme/view/header/header.js.php index aae3b366..8e6c3790 100644 --- a/core/module/theme/view/header/header.js.php +++ b/core/module/theme/view/header/header.js.php @@ -96,9 +96,9 @@ $("input, select").on("change", function() { css += "line-height:" + $("#themeHeaderHeight").val() + ";height:" + $("#themeHeaderHeight").val() + "}"; - // Taille, couleur, épaisseur et capitalisation du titre de la bannière - css += "header span{font-family:'" + headerFont.replace(/\+/g, " ") + "',sans-serif;font-weight:" + $("#themeHeaderFontWeight").val() + ";font-size:" + $("#themeHeaderFontSize").val() + ";text-transform:" + $("#themeHeaderTextTransform").val() + "}"; - + // Taille, couleur, épaisseur et capitalisation du titre de la bannière + css += "header span{font-family:'" + headerFont.replace(/\+/g, " ") + "',sans-serif;font-weight:" + $("#themeHeaderFontWeight").val() + ";font-size:" + $("#themeHeaderFontSize").val() + ";text-transform:" + $("#themeHeaderTextTransform").val() + ";color:" + $("#themeHeaderTextColor").val() + "}"; + // Cache le titre de la bannière if($("#themeHeaderTextHide").is(":checked")) { $("#themeHeaderTitle").hide();