Hello
In the latest events module, is it easily possible to style just one of the fields? I would like 'location' only to appear in italic. Or does that mean changing CSS somehow?
I am using the following string, but the <i> around the location makes the whole listing italic:
Thank you so much for any help!
In the latest events module, is it easily possible to style just one of the fields? I would like 'location' only to appear in italic. Or does that mean changing CSS somehow?
I am using the following string, but the <i> around the location makes the whole listing italic:
${title}
<i>${location}<i/>
${startDate(%A %B %e)}[!a:, ${startDate(%l:%M %p)} - ${endDate(%l:%M %p)}][a: - All Day]
${content(85|...)}<p/>
Also underneath the list of latest events, there's a link that says "View Full Calendar"; How could I add another after that that says "Add Your Event" with a link to an article?Thank you so much for any help!