69 뷰
Apparence couleur fond News
axelm

7 과목, 20 개

읽지 않은 메시지
Bonjour,

Sur mes news, l'apparence du fond reste blanc:


alors que tout le reste de mon site est ok , transparent:

Je ne trouve rien dans le Live editor pour modifier cela

Merci d'avance pour vos réponses.
3 참가자
4 개
Xenao

8 과목, 55 개

읽지 않은 메시지
Bonjour @axelm.

Si tu veux modifier ce type de couleur, tu dois te rendre dans le css du thème.

ol.breadcrumb {
background-color: #ffffff;
border-radius: 0;
margin-bottom: 0;
}


Essaye de remplacer par :

ol.breadcrumb {
background-color: rgba(0,0,0,.0001);
border-radius: 0;
margin-bottom: 0;
}

Je suis novice en la matière, tiens moi au courant si ça fonctionne ou non :)
axelm

7 과목, 20 개

읽지 않은 메시지
Voila ce que j'ai:

* Breadcrumb */
ol.breadcrumb {
background-color: transparent !important;
margin-bottom: 10px !important;
}
.row-dark ol.breadcrumb > li > a, .row-black ol.breadcrumb > li > a, .row-orange ol.breadcrumb > li > a {
color: #fff;
opacity: .65;
}
.row-dark ol.breadcrumb > li:hover > a, .row-black ol.breadcrumb > li:hover > a, .row-orange ol.breadcrumb > li:hover > a {
opacity: 1;
}
.row-dark .breadcrumb > .active, .row-black .breadcrumb > .active, .row-orange .breadcrumb > .active {
color: #fff;
}
eResnova

17 과목, 875 개

참여자
읽지 않은 메시지
Bonsoir,

La modification doit se faire sur le LiveEditor.
Sur la page d'accueil, il faut simplement changer le style du Row en question (qui reçoit le widget fil d’Ariane)
axelm

7 과목, 20 개

읽지 않은 메시지
Oui mais quand je suis dessus, il ne s'affiche pas quand je clique dessus.