Hi Ross,
First problem:
After reading the event builder I found a method to link ICAL to the event using this : Add to your calendar!
Except I had issues making it work.
Can I get an ICON instead of text?
Second Problem:
Need to remove "Event on" text from grid area. I can't find it, you must of hidden it.
Third Problem:
CSS to alternate feed colors. Using a new CSS (CUSTOM) in my theme ofcourse. Here is what I am using.
.gce-feed-1 {
background:#CCFF99 !important;
}
.gce-feed-2 {
background:#FFFFCC !important;
}
But the .gce-list-title is giving me plain white. I tried several things and no luck. Especially if the first one is a class today.
I tried ODD and EVEN too. No luck.
.gce-list-title li :nth-child(even) {
background: #FFFFCC !important;
}
Any help appreciated.
Thanks