Latest Event module - changing date colour & data source

GK User
Sun Jul 20, 2014 9:47 am
Hi,
1. I would need to change the event's date & time text's colour from grey to a custom (darker) color due to the lighter background color.
Can you please tell me, what settings I need to modify in override.css?
latest event.jpg


2. Also, I found, that the upcoming event's time shows the ending time of the event ("gkEventTimeEnd"), and not the starting time.
Is it a bug, or I can change it somewhere to show the "gkEventTimeStart" there? (or even better, to show both times as an interval)?

3. By any chance can I add one more line to this Latest Event info line with the venue details? That would be a perfect solution for my project.
latest event_mod.jpg


Thanks!
User avatar
Junior Boarder

teitbite
Wed Jul 23, 2014 10:07 am
Hi

1. Code should looks like:

Code: Select all
.gkNspPM-EventsList a {
    color: #ffffff;
}

.gkNspPM-EventsList time {
    border: 1px solid #fff;
    color: #fff;
}


2. I think module takes time from a layer with class:

Code: Select all
<div class="gkEvent"></div>


Please try to use it like that.

3. I'm afraid this would require some customisations to the module and we do not support that.
User avatar
Moderator


cron