Die04.11.2016 bis18:02 Ungelesene Nachricht
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 :)
Die04.11.2016 bis22:51 Ungelesene Nachricht
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;
}
17 Fach, 875 Antworten
Mitwirkende
Die04.11.2016 bis23:22 Ungelesene Nachricht
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)
Die04.11.2016 bis23:37 Ungelesene Nachricht
Oui mais quand je suis dessus, il ne s'affiche pas quand je clique dessus.