Ich möchte das Enfold-Layoutelement “Reiter” anpassen und die Schrift in den Boxen (z.B. Dolmetschen) vergrößern. Wo kann ich die Einstellung vornehmen?
Hi eisrina!
Try adding this to your custom CSS.
.tab_titles > div {
font-size: 13px !important;
font-family: verdana !important;
}
Cheers!
Elliott