diff --git a/themes/toutpratique/css/global.css b/themes/toutpratique/css/global.css index 00e409ef..9303af7d 100644 --- a/themes/toutpratique/css/global.css +++ b/themes/toutpratique/css/global.css @@ -1084,7 +1084,7 @@ body .ac_results { background-size: contain; height: 256px; } -.newsletter_footer h5 { +.newsletter_footer div.h5 { font-family: 'nautilus'; font-size: 50px; text-align: center; @@ -1095,7 +1095,7 @@ body .ac_results { -o-text-shadow: 1px 1px 1px #696565; text-shadow: 1px 1px 1px #696565; } - .newsletter_footer h5 span { + .newsletter_footer div.h5 span { color: #333333; } .newsletter_footer p { @@ -1127,7 +1127,7 @@ body .ac_results { background-size: contain; height: 392px; } -.newsletter_left h5 { +.newsletter_left div.h5 { font-family: 'nautilus'; font-size: 28px; text-align: center; @@ -1139,7 +1139,7 @@ body .ac_results { -o-text-shadow: 1px 1px 1px #696565; text-shadow: 1px 1px 1px #696565; } - .newsletter_left h5 span { + .newsletter_left div.h5 span { color: #333333; } .newsletter_left p { @@ -1198,7 +1198,7 @@ body .ac_results { padding-left: 280px; padding-right: 25px; } - .newsletter_lightbox h5 { + .newsletter_lightbox div.h5 { font-family: 'nautilus'; font-size: 50px; margin-bottom: 20px; @@ -1209,7 +1209,7 @@ body .ac_results { -o-text-shadow: 1px 1px 1px #696565; text-shadow: 1px 1px 1px #696565; } - .newsletter_lightbox h5 span { + .newsletter_lightbox div.h5 span { color: #333333; } .newsletter_lightbox p{ diff --git a/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl b/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl index 9565a880..6f85ce75 100644 --- a/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl +++ b/themes/toutpratique/modules/blocknewsletter/blocknewsletter.tpl @@ -1,6 +1,6 @@