CSS Classes on Event Information Shortcodes
-
So, when I select the Display Options checkbox to use the simple display options… the output is a nicely formatted <p> tag list of options to display:
<p class="gce-list-event">x</p>
<p class="gce-list-start">y</p>
<p class="gce-list-loc">z</p>
However, if I uncheck Display Options and build my own Event Display, I get a horridly formatted list with no specific classes:
<div class="gce-list-event gce-tooltip-event">x</div>
<div class="gce-list-event gce-tooltip-event">y</div>
<div class="gce-list-event gce-tooltip-event">z</div>
I can easily format the CSS when the Display Options box is checked, I cannot do that when I build my own event.
I guess, is there a way to add custom css to the Event Build, Event Information Shortcodes so that I may customize them easily?
https://www.ads-software.com/plugins/google-calendar-events/
- The topic ‘CSS Classes on Event Information Shortcodes’ is closed to new replies.