I noticed that the styling off the event details at the front end is different. I would like to change it, but i don’t know how to do so. I can’t seem to find anything in the settings or documentation.
You can see an example on this page -> https://www.vgct.nl/events/onontgonnen-terrein
As you can see the buttons are not styled correctly and there’s way too much space between bulletpoints.
At the back-end everything looks normal.
I would like the styling of the event details be the same as the rest of the website / the theme. Can you tell me how to fix this?
Hello,
It looks better with EventON > Advanced > Select calendar event content filter type: Default WordPress Filter.
For the rest of the styling 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):
.eventon_full_description .eventon_desc_in .wp-block-button .wp-block-button__link { padding: 10px; color: white }
Thanks a lot, this has fixed the problem!