69 Ansichten
Apparence couleur fond News
axelm

7 Fach, 20 Antworten

Ungelesene Nachricht
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 Teilnehmer
4 Antworten
Xenao

8 Fach, 55 Antworten

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 :)
axelm

7 Fach, 20 Antworten

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;
}
eResnova

17 Fach, 875 Antworten

Mitwirkende
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)
axelm

7 Fach, 20 Antworten

Ungelesene Nachricht
Oui mais quand je suis dessus, il ne s'affiche pas quand je clique dessus.