I really like this feature, but would like to customize the look. See https://azsta.org/events/2026-asta-science-teacher-symposium/
1) I would like to center the image
2)I would like to have the button always below the image - currently I have to add quite a bit of text to the button to force it down
3)I would like to change the colors of the buttons for 'member' vs 'non-member#
4)I would like to change font sizes and styles
Thanks in advance.
- Mar 20,2026 AT 11:02AM - 1 day agoRequest: I would like to be able to link the image directly to the target URL
Hello,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header).
You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
.evo_custom_content.evo_data_val.evodfx.evofx_dr_r.evofx_ww { justify-content: center; } .evo_metarow_cusF1 a.evcal_btn.evo_cusmeta_btn {background: green !important} .evo_metarow_cusF2 a.evcal_btn.evo_cusmeta_btn {background: blue !important}
These two can be used to change the font styling and button styling:
.evo_metarow_cusF1 a.evcal_btn.evo_cusmeta_btn {} .evo_metarow_cusF2 a.evcal_btn.evo_cusmeta_btn {}
Request: I would like to be able to link the image directly to the target URL
Which ”Content Type” do you use to create Custom Meta fields?