hi,
can I know know where is this? eg. events list, single events page or default fullcalendar
Thread Starter
Karo26
(@karo26)
Hi,
Sorry I forgot to mention it. It’s the date’s color on the calendar I add as a widget on my home page.
Try adding something like this to the style.css file of your theme:
.eventless-today, . eventful-today {
background: #999;
}
Thread Starter
Karo26
(@karo26)
It did’nt see any changes after adding this in the file.
I have three categories of event : Location, competition, and events. I would like to have the location’s date in red, competition in blue and events would stay in the default color. Is it posssible ? If not it’s not a problem 🙂
Thank you
Can you post a link to the page you want to change? I’m not sure I’m clear about what you want to do. Thanks.
Thread Starter
Karo26
(@karo26)
Sure http://www.lionspaintball.ch
There are two events already on november, 8 and 22, both numbers are in yellow, but there are’nt the same category, I would like to differentiate them.
Sorry I’m not an english speaker so maybe I don’t explain correctly.
Thank you !
Ok, that’s something different. At the moment, that option isn’t available out-of-the-box for the widget calendar.
You’d need to create a custom version of the template at /templates/templates/calendar-small.php that adds a different class based on the category of the event.
This tutorial shows you how to create custom templates that are upgrade safe:
http://wp-events-plugin.com/documentation/using-template-files/
Thread Starter
Karo26
(@karo26)
Thank you for helping me. I don’t have the plugin folder in the theme folder. But it’s not a problem I’ll leave the default color and remove categories.
Thank you !
Ok, thanks for the update.