display none h1 home actualites

This commit is contained in:
2025-09-30 11:22:06 +02:00
parent 2780ec6421
commit 185883d056
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -2550,6 +2550,9 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
height: fit-content;
width: 100%;
}
.block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .infos-content h1 {
display: none;
}
.block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .infos-content h2 {
width: 100% !important;
margin-left: 0;
@@ -60,6 +60,9 @@
.infos-content{
height: fit-content;
width: 100%;
h1{
display: none;
}
h2{
width: 100% !important;
margin-left: 0;