Hi Tom,
Ich habe diesen Code eingesetzt. Sieht auch schon fast so aus, wie er aussehen sollte...
/* ====== FAQ: Alles ======= */
.faqBox.tabularBox.tabularBoxTitle > header > h2 {
display: flex;
}
.tabularBoxTitle.tabularBox > header > h2 > a {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tabularBox.tabularBoxTitle > header > h2 > a {
display:inline-flex;
background-color: $wcfTabularBoxHeadline;
padding: 5px 10px;
color: $wcfContentBackground;
font-size: 16px;
}
.tabularBoxTitle > header > h2 .jsCollapsible {
margin-right: 0;
}
.tabularBox.tabularBoxTitle > header > h2 {
flex-direction: row-reverse;
justify-content: space-between;
width: 100%;
}
.tabularBox.tabularBoxTitle > header a {
flex: none;
background-color: $wcfTabularBoxHeadline;
padding: 5px 10px;
color: $wcfContentBackground;
font-size: 16px;
}
.faqQuestion .fa-chevron-right::before {
content: "\f054";
color: rgba(240, 130, 50, 1);
}
.faqQuestion .fa-chevron-down::before {
content: "\f078";
color: rgba(240, 130, 50, 1);
}
.faqQuestion .faqAnswer {
margin-top: 15px;
}
.faqAnswer img {
background-color: rgba(252, 246, 242, 1);
border: 2px solid rgba(250, 231, 218, 1);
padding: 1px;
}
.faqQuestion > h3 > a:not(.pointer) {
font-weight: 700;
}
Alles anzeigen
Wenn du nun ganz Rechts schaust, werden die Pfeile für das Auf- und Zuklappen durch den Hintergrund verdeckt. Hast du noch einen Rat wie der Hintergrund auf Weiß (#ffffff - $wcfContentBackground) noch gelegt werden kann? Ich Blicke da auch nicht durch was Black Rider das gebaut hat.

P.S.: Wenn du möchtest, lade ich dich gerne zum aktuellen Projekt ein. Es ist zwar im Wartungsmodus, aber kann dich gerne Vor-Ab rein lassen. 