Sorry about the issue you’re experiencing.
If you recently upgraded to WordPress 4.5, there is a common issue that has cropped up for some folks affecting many plugins and themes stemming from other plugins and themes.
Short version: Update all your plugins and themes to the latest versions by their vendors.
Read the detailed version here if you need a technical explanation in order to troubleshoot this particular conflict further.
Thanks!
Thanks for the prompt response Nick! Upon further inspection, it appears that the title and description actually is being displayed with white font, therefore blending in with the background. A simple ID10T error… 🙂
Is there a location where we can set the font color for the event hover bubble to black (hex value)? Can I do this in the text / visual editor in WordPress before the template tags?
Thanks for the help!
Ah ok. So the color gets inherited from your theme but there is also a class that you can use in CSS to change things. The best thing to do would be to inspect the element and then
1. Find where the color is coming from in your theme and change it there if it is not going to affect the rest of your site
or
2. Find the class for the element and then write some CSS to the bottom of your theme stylesheet to change the color as desired. Something like:
.simcal-event-description { color: #000; } (not tested)
If you are having trouble with that you can shoot me a link to your site and I would be glad to look for you.
Thanks!
Thanks Nick for the assistance. I went ahead and bit the bullet on this one and changed the background color on the hover bubble to a dark shade of black using the following CSS:
/*Simple Calendar Event Hover Background Color*/
.qtip-content {
background-color: #191919;
}
I tried the CSS you provided to update the font color to black for the Event Description, but no avail. Always two sides to the coin!
Thanks again for the help and assistance!
You could also try the one you used here for the font color instead of the background color.
Hello,
I am going to assume this has been resolved since there has not been a reply here. If you continue to have issues please let us know and we will be glad to continue with helping.
Thanks!