CSS Changes Not Overriding events_manager.css
-
I am trying to change the color of the events in the full calendar view from orange to black.
As per the documentation, I added CSS to my stylesheet to override events_manager.css…in particular I changed the color from #FD7E29 to #000000 in the following code:
table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a { font-weight: bold; color: #000000; }But when I do an Inspect Element in Chrome, I see that events_manager.css is not being overridden by my theme’s style.css
Any idea what I’m doing incorrectly?
The website is http://floralandhardyofskippack.com/events/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘CSS Changes Not Overriding events_manager.css’ is closed to new replies.