Is it possible to adjust CSS to collapse or remove the image on the default single event post page? Here is an event page example: https://will2walk.org/events/2017-mi-golf-scramble-fundraiser/
Thanks,
Brad
clarification: collapsed by default is the ideal state; similar to how i have my event modals working. you can check out the event modals here: https://will2walk.org/all-events/
Thanks!
Brad
Hi Brad,
It is not possible to collapse them with just css.
If you want to remove the image, please go to eventon->styles and add following code in the panel and save the settings:
.single .evo_metarow_fimg.evorow.evcal_evdata_img {
display: none !important;
}
If you do not see any changes, go to myeventon->settings and turn on “Write dynamic styles to header” button.
If you still do not see any change, turn off “Write dynamic styles to header” button, save the settings, turn it back and save the settings again.
Thanks.
Hi,
Closing the ticket – let us know if anything else is needed.