Zurück zu: ⋘ Start|Blabla ⋘ vorherige Position
WP Easy Accordeon: CSS Anpassungen
/* =========================== */
/* Easy Accordeon */
.sp-easy-accordion .sp-ea-single .ea-header a {
display: block;
text-decoration: none;
cursor: pointer;
font-weight: 600;
color: #444;
font-size: 0.6em;
line-height: 0.6em;
box-shadow: none;
padding: 10px !important;
}
/* Individ. per Shortcode: */
#sp-ea-36048.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
font-size: 0.8em;
}
#sp-ea-36048.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
float: right;
color: #000b5e;
font-size: 0.8em;
}
/* =========================== */
