• Hello,

    I’ve had some luck with getting the “eventlist” block to appear how I like it – I had no problems overriding the font size, color, etc.

    I am having trouble getting rid of the hover action without hacking the actual plugin or the plugin’s css files (which I’d like to avoid).

    I’m looking at “.aec-eventlist li:hover” in custom.css (from the plugin), but I’m totally unclear as to how to negate shadow lines. I have no problems adding other styles to the hover or altering the box-shadow, but I just can’t figure out how to completely disable it.

    Any pointers?

    http://wordpress.org/extend/plugins/ajax-event-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sporkme

    (@sporkme)

    post-holiday bump…

    sporkme: Can you provide some help on how to change the font color of the events on the calendar?

    #aec-filter a, #aec-filter li.active a {
    	border: none !important;
    }
    .aec-eventlist li:hover, #aec-filter a:hover, #aec-filter li.active a {
    	-moz-box-shadow: none !important;
    	-webkit-box-shadow: none !important;
    	box-shadow: none !important;
    }

    This works.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Ajax Event Calendar] Modify eventlist hover style’ is closed to new replies.