Update: I just tried to change the default White Title color in the module and it won't change, this might be another clue.
Here is my custom css, in space not a file.
.layerslideshow .NextArrow,
.layerslideshow .PrevArrow {
background-color: rgba(255,255,255,.2) !important;
}
.layerslideshow-title {
font-size: 20px;
font-family: "Arial" !important;
}
.layerslideshow-caption {
font-size: 20px;
font-family: "Arial";
}
.layerslideshow.module594 {
max-height: 640px;
overflow: hidden;
}
#container_showcase1_modules .wrapper960 {
background-color: transparent !important;
}
.flexgallery figure::after {
display:none !important;
}
.logo {
padding-top: 0px;
padding-bottom: 0px;
}
.menu {
padding-top: 0px;
padding-bottom: 0px;
}
li.item-101 {
display: none !important;
}
.hornav > ul > li > a {
font-size: 16px !important;
}
.hornav > ul ul a {
font-size: 16px !important;
I added font-color: "White" & color: "White" Looking at the page execution code, there is an "invalid property value" flag whether I use font-color: "White" or color: "White" I tried color: "#ffffff" AND that worked!!
BUT why was it being overwritten, without the custom css is the question?? You have had to tweak this module a bit, could have messed this up?
I have Custom CSS file load turned off although there is nothing different in it.