Changing colors of days and months in calendar
Hi Nikola,
The days and months are white against a white background and not to be seen. Pls. see https://star-line.nl/nestpro/
I also tried to share a print screen here, not sure if it works:
4 Answers
Oops, again I solved it myself. Sorry for asking help again for nothing! ;-)
I just used CSS Hero and while playing around it is the following CSS code:
.ea-bootstrap .disabled{ color: rgb(0, 0, 0); }
NOT SOLVED! Once you click on the location (in my case Region=Regio), the black colors for the weekdays and months do dissapear again!
Finally solved! Following CSS for both state and hover did the trick:
.elementor .elementor-element-667840f:hover {
color: rgb(0, 0, 0); }
.elementor .elementor-element-667840f{
color: rgb(0, 0, 0); }
Both within the Elementor Section
Please login or Register to submit your answer