Dear friends, I should want to change color and font of events name, just because now they are difficult to read. At least , to change colour appears necessary. Is it possible ?
The event name is a link, so it is pulling the color from your site template. You can change it for DT Register in this CSS file:
/components/com_dtregister/assets/css/main.css
Look for this:
a.event_title:link,
a.event_title:visited {
}
a.event_title:hover {
}
Add whatever styling you want within the brackets. You can also change the background colors used in the event listing within this CSS file. Thanks.