womenrock
Member
Posted 4 months ago #
I installed this plugin on my development site (http://dev.womenrockinc.org) and immediately noticed that on my home page slider (Flex Slider) the "next" arrow had the word "Next" on top of it. I determined that this plugin had overridden the theme's css that hid that word because of the next element in the css of this plugin.
Is there a way for me to use this plugin without affecting the flex slider (I use it on a few other pages)?
http://wordpress.org/extend/plugins/the-events-calendar/
Hey womenrock, sure there is, you just need to find the CSS that's overriding your slider and either modify it or modify the slider CSS. If I could see your website I could maybe tell you what to change...
womenrock
Member
Posted 4 months ago #
Sorry- my website has changed to the main directory - http://www.womenrockinc.org/
I found the css that overrides the slider, the .next class for the Events Calendar. Would it be better to change the theme file css or the plugin css? I appreciate your help.
Hey womenrock, it doesn't really matter where you update the CSS. If you do it in the plugin though, make sure to override the events.css file by duplicating it and putting that copy in an 'events' folder in your theme. Good luck!