Hey there,
we are facing a CSS style issue with template JA Event Camp on the Main menue which is damaged on one particular site for one component called 'EasySocial' - events.
Test URL when logged in as user: https://test.kulturforum-freiburg.info/veranstaltungen/community-events/108-flamenco-unter-sternen/edit
Please watch screenrecording for this case: https://drive.google.com/file/d/1IA-Ua1Li79BmUb2Wc6pE9Tvz6wdSMbm6/view?usp=sharing
Thanks and best regards Markus
Hi Markus,
Somehow, there is style which defines the background color and border for the header.
You can override with this custom css:
.t4-header { background-color: unset !important; border-bottom: none !important; }
Hey saguaros,
thanks for the very fast reply and the provided solution......as always much appreciated !!!!
Your custom css did fix the issue!
Thanks so much.
Regards Markus
It's my pleasure 😉