2016.11.04 ~ 오후 6시 02분 읽지 않은 메시지
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 :)
2016.11.04 ~ 오후 10시 51분 읽지 않은 메시지
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;
}
2016.11.04 ~ 오후 11시 22분 읽지 않은 메시지
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)
2016.11.04 ~ 오후 11시 37분 읽지 않은 메시지
Oui mais quand je suis dessus, il ne s'affiche pas quand je clique dessus.