The url (linked above) is set up with a tile list of events that are tagged with the event type ‘Stout’s Tour Large Groups’. Everything is feeding as expected, however I do not want the Event Color to cover the picture and I can’t find a way to clear it.
Jan 19,2017 AT 7:51AM - 3 years ago -try this shortcode instead
[add_eventon_el number_of_months=”12″ event_count=”999″ event_type=”72″ tiles=”yes” tile_bg=”1″ tile_height=”200″ tile_count=”5″ ]
it will give results like this
http://www.stoutstransportation.com/davestest/
If this is not what you are after please let me know or if you are happy and have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
That worked for the initial issue. My customer now wants to know if we can have space between the tiles in the layout. We created transparent borders around images for this page and now have a background-color that is showing as a gray color (#ababab). There is also no space between rows. Can I enable padding around each tile so that they appear standalone?
…and remove the gray background color.
here is 1 way to do it add this to eventon>>>>styles
.ajde_evcal_calendar.evoEL .eventon_events_list .eventon_list_event {
border-right: 10px solid #ffffff;
}