hide unused text field of homepage news

This commit is contained in:
Frédéric Péters 2017-06-11 06:21:07 +02:00
parent 7d4e288fa8
commit 5c3bb2c85c
1 changed files with 4 additions and 0 deletions

View File

@ -3872,3 +3872,7 @@ body.section-activites div#global.periode-electorale-on div#content-core img {
hr {
visibility: hidden;
}
body[class~="template-tabellio.pfbviews.homenews"] form div#formfield-form-widgets-text {
display: none;
}