Sfoglia il codice sorgente

display none h1 home actualites

ouidade 2 settimane fa
parent
commit
185883d056

+ 3 - 0
web/themes/custom/reha/dist/css/bundle.css

@@ -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;

+ 3 - 0
web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss

@@ -60,6 +60,9 @@
                     .infos-content{
                         height: fit-content;
                         width: 100%;
+                        h1{
+                            display: none;
+                        }
                         h2{
                             width: 100% !important;
                             margin-left: 0;