Cyber sale! 35% Off use code EVO-CYBER23 Shop Now
ends midnight 12/2 PST
1. Fonts in the “EventTop Designer”:
– “Event date block”: longer text for the month (not only 3 characters)
– “Title” smaller fonts
– “Subtitle” without upper case letters
2. Position of “Tags”, “Event Time” and “Custom Fields”: is it possible to place thies fields in a row, like a chart?
is there somewhere a description of the tool to find more informations to use eventON?
Apr 21,2023 AT 2:15AM - 7 months ago -i show you my questions in a picture
see video below
https://vimeo.com/820264317
you would add the following css to
design>>>>customizer>>>>>Zusätzliches CSS
This css controls the heading of the event
.eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2, .evo_pop_body .evoet_cx span.evcal_desc2 {
text-transform: none;
font-size: 22px;
}
this css controls the sub title
.eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle, .evo_pop_body .evoet_cx span.evcal_event_subtitle {
text-transform: none;
font-size: 16px;
}
you will need to play around with the 22pm and 16px to get your desired size
and as for custom fields and date
see video
https://vimeo.com/820266292
.eventon_events_list .eventon_list_event .evoet_c3, .evo_pop_body .evoet_c3 {
flex-direction: row;
}
.eventon_events_list .eventon_list_event .evoet_cx .evcal_location, .evo_pop_body .evoet_cx .evcal_location, .eventon_events_list .eventon_list_event .evoet_cx .evcal_time, .evo_pop_body .evoet_cx .evcal_time {
padding-left: 15px;
margin-right: 5px;
position: relative;
margin-bottom: 25px;
}