Events Made Easy › Forums › Generic › CSS for current month calendar widget links?
- This topic has 7 replies, 2 voices, and was last updated 12 years, 10 months ago by Anonymous.
-
AuthorPosts
-
Thu 12 Jan 2012 at 14:17 #43689AnonymousInactive
I just upgraded from the Weaver II theme to Weaver Pro, which handles custom CSS a little differently. When I was using Weaver II, all links within the calendar widget were white, and I’m not sure if I had done some custom CSS to make that happen or not because it was long time ago that I set it up. With Weaver Pro, the links for the days with event within the current month show up as orange, while events in past or future months, show up as white. In my theme appearance settings, I have all widget links set to appear as white. I can’t figure out what setting to change and where to make the current month event links show up as white as well. The widget settings are the same as before, and I can’t find any custom CSS related to EME in my old settings that would relate to this. Can you help? You can see what I’m talking about here: http://beta.thomasmemoriallibrary.org/
Thu 12 Jan 2012 at 17:52 #49287FrankyKeymasterSee this in your events_manager.css:
table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a {
font-weight: bold;
color: #FD7E29;
}
btw, it’s best for own changes to go in a seperate CSS file, see http://www.e-dynamics.be/wordpress/?cat=30
Thu 12 Jan 2012 at 18:48 #49288AnonymousInactiveThis might seem like a silly question, but how do I get to events_manager.css from my dashboard? And, if I create a separate css file, do you know whereI find the option to create such a file? In Weaver, all the CSS editing is through admin panels, not through the files directly, except for one panel that is provided for entering custom css, which doesn’t seem to solve this problem. Thanks for any insight you may have!
Thu 12 Jan 2012 at 19:21 #49289AnonymousInactiveActually, I found the place to put the CSS you provided earlier, which works great. Can you tell me what CSS element I would need to edit to style the color of the current day (now, the only day showing up in orange is today.)
Thanks so much!
Thu 12 Jan 2012 at 19:33 #49290FrankyKeymasterLook for td.eventless-today and td.eventfull-today in the CSS file
Thu 12 Jan 2012 at 19:52 #49291AnonymousInactiveThanks. That’s not quite fixing it. If you take a look, it’s just today’s date that is showing orange: http://beta.thomasmemoriallibrary.org/
In Weaver II, today’s date defaulted to a gray background with white text. I’d like to recreate that. Weaver Pro has an area for custom CSS when styling the widget area, which is where I put the CSS you provided to edit the font color to white, and that worked. I guess now I just need to know the CSS tags to put in this same box to style the current day however I want. Can you help with that? Thanks so much for your help so far!
Thu 12 Jan 2012 at 20:02 #49292FrankyKeymastertable.eme-calendar-table td.eventful-today a {
font-weight: bold;
color: #FD7E29;
}
and idem for eventless. Please use a CSS debugger for this kind of questions, I recommend firebug.
Thu 12 Jan 2012 at 20:58 #49293AnonymousInactiveThanks for the Firebug tip. That’s very helpful!
Rachel
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.