librandi
Hi
its normal , on light theme module has black background
.t3-sidebar {
background: #1c1c1c;
t3-module {
background: #1c1c1c;}
.module-title {
background: #1c1c1c;
color: #ffffff;
}
.module-ct {
background: #1c1c1c;}
You need to override this via custom.css file or use ThemeMagic to change the module colors
Regards