Is it possible in List view to show only featured image of the event (no date, no title, no location) ?
Thank you
Hi Gerald,
You can use the custom CSS code below to remove those sections:
.eventon_list_event .evcal_event_details, .eventon_list_event .everow_b1.evo_time, .eventon_list_event .everow_b.evo_location, .eventon_list_event evcal_evdata_row.evorow_2b.evo_metarow_learnMICS.evorow, .eventon_list_event .evcal_evdata_row.evo_metarow_socialmedia{display:none;}
If it does not work, please send in some admin access via private message so that we can give you the accurate CSS code.
I forgot one important thing : i want to remove these items only in a widget (i use it in sidebar to show featured image of featured events.)
Sorry 🙁
Hello,
In that case, please use the code below:
.jupiterx-widget-content span.evcal_cblock, .jupiterx-widget-content .evo_event_headers.featured, .jupiterx-widget-content .evcal_desc.evo_info.hide_eventtopdata {display:none !important;}
When you remove those elements, the image height will not be the same. You can use the code below to increase the height.
.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig, .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter{min-height:191px;}
It works perfectly ! Thank you very much !