My calendar has a very light gray font for the descriptions on the right. How do I change the color of the font? If you click October 18, I am referring to the font that says Live Broadcast via YouTube. Your help is appreciated.
Hi @eutaw,
Thanks for reaching out.
The section is coming up from the Location of the event mentioned in the specific event. To change the color of the Location you need to add the following custom CSS code to Theme Options > CSS
.mec-event-loc-place
{
color:#ff0000;
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
Thank you…that works.
Glad that we could be of help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.