Skip to content

Commit c74774a

Browse files
committed
Theme Hamoir - Language Tourisme
1 parent f01d1ec commit c74774a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

hamoir/src/scss/main.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ footer #container-section-noussuivre {
304304
}
305305

306306
//langues
307-
body.site-tourisme #portal-languageselector {
307+
body.site-tourisme #portal-languageselector,
308+
body.site-toerisme #portal-languageselector {
308309
border: 1px solid $primary-dark;
309310
background: #fff;
310311
border-radius: 10px;
@@ -331,6 +332,10 @@ body.site-tourisme #portal-languageselector {
331332
}
332333
}
333334

335+
li.language-en {
336+
display: none !important;
337+
}
338+
334339
.currentLanguage {
335340
a {
336341
text-decoration: underline;

0 commit comments

Comments
 (0)