Evidently there is a conflict with my template that is making the weather details... Humidity, Feels Like, UV Index and so on... grey, which is unreadable against the black background. You can see them when the cloud animation floats by, or by selecting them with the mouse.
2 questions --
1- is there custom css I can enter to make that text white (or alternatively a change in one of the CSS files)? (my first choice)
2- I did try selecting a background overlay, but colors did not do anything. Using an image does work, but setting colors doesn't do anything.
3- Also I notice that Sunrise and Sunset are cut off by the 7 day forecast. Is there a way to make the top portion taller or push the forecast down?
Hi Daniel Veaner
Thank you for contacting and choosing our product
1:With problem color Humidity, Feels, I will instruct you custom it
please go to back-end module -> tab Style -> Custom CSS and add code:
.skg-weather #text .jse-detail li {
color: #fff!important;
}
3: with problem sunset cut, please add code Custom CSS
HaiND, thanks very much! The code works perfectly. I did have to increase the margin-top to 30 -- evidently my template increases the line spacing, but it is working just right now.