Tagged: events calendar
Hi Guys,
Could you tell us how we make changes in file… themes/enfold/config-events-calendar/event-mod.css without the changes being overwritten??. We cannot put them in quick style css.
Hi Annemarie!
You should be able to place the CSS in the Quick CSS field. Perhaps you need to use the !important override like so.
a { color: red !important; }
Or you could add it to a child theme stylesheet, http://kriesi.at/documentation/enfold/downloads/.
Regards,
Elliott
Worked! Thanks Elliott, the !important addition worked… that made life much easier!