hi,
In advanced setting of template, CSS override is ENABLED (frontpage and subpages), but i've add a simple change of text color and the change is not applied.
See image...
How can I solve?
.uk-overlay-panel {
color: #FFF;
}
.uk-overlay-panel {
color: #000;
}
.uk-overlay-panel {
color: #000 !important;
}