From a44ff74dc6b199006bb10ebd03bb37df799dc801 Mon Sep 17 00:00:00 2001 From: PCoder Date: Fri, 1 Feb 2019 08:53:48 +0100 Subject: [PATCH] Override default styles --- templates/gdpr/gdpr_banner.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html index 37d380cc..ebfb037b 100644 --- a/templates/gdpr/gdpr_banner.html +++ b/templates/gdpr/gdpr_banner.html @@ -7,14 +7,22 @@ font-size: 14px; font-weight: 300; line-height: 1.5; + text-transform: none; } h1.gdpr, h2.gpdr, h3.gpdr, h4.gdpr, h5.gdpr, h6.gdpr { - font-weight: 300; + font-family: "Lato", sans-serif !important; + font-weight: 300 !important; + text-transform: none !important; } p.gdpr { margin: 0 !important; + font-family: "Lato", sans-serif !important; + font-size: 14px !important; + font-weight: 300 !important; + line-height: 1.5 !important; + text-transform: none !important; } div#gdprBanner {