Hello,
we use your Plugin und really like it. My customer has some question about customization – I hope you can help me.
1.) All Titles etc in the eventcard and eventtop are uppercase. Is there a possibility to Change this?
2) Is there a possibility to Change the appearance for example that “PREIS 2:” 24,50 is in the same Line?
And to increase the font size of the custom fields?
3) is there a possibility to hide the title of the custom field? in our case – they want to hide “Tickets” – so that we just see the button.
Sorry about my bad english!
Greetings – Verena
Feb 3,2017 AT 6:45AM - 3 years ago -Please go to eventon->styles and add following code in the panel and save the settings:
.evcal_evdata_cell h3 {
display: none !important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2 {
text-transform: 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.
Thank you. It worked.
-) is there also a possibility to fade-out the “organizer”, “Location and venue” and “user interaction for Event click” – section in the “add new Event”- menu?
My customer doesn’t Need this as to fill in.
-) All Titles etc in the eventcard and eventtop are uppercase. Is there a possibility to Change this?
It wont be able to hide the elements in the admin section.
To change text, please use following code:
.evo_h3 {
text-transform: none !important;
}