I have a custom button I created on the EventTop. I would like those to be on the right side of the EventTop. Is that possible?
Also, does the countdown add-on work on the event top?
-Tim
Jun 18,2021 AT 7:37AM - 3 years ago -I would also like to create a LIVE NOW situation that only shows the beacon and the LIVE STREAM tag at that specific time. Is that possible?
Hello,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header):
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3, .evo_pop_body .evcal_desc .evcal_desc3, #page-content p.evcal_desc .evcal_desc3 { text-align: right; display: block; }
Follow the css customization guide to further edit style changes.
Countdown does work on Event Top. Could you send us a link to the event?
About Live now. The only option available is EventON Settings > EventTop > Hide blinking “Live Now” icon from event top for current events.
I got the buttons move, however the css padding isn’t working. There should be some padding between the buttons. Is that possible?
Please use this code:
.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button { margin-left: 10px }