Events Made Easy Forums Generic CSS for current month calendar widget links?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43689
    Anonymous
    Inactive

    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/

    #49287
    Franky
    Keymaster

    See 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

    #49288
    Anonymous
    Inactive

    This 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!

    #49289
    Anonymous
    Inactive

    Actually, 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!

    #49290
    Franky
    Keymaster

    Look for td.eventless-today and td.eventfull-today in the CSS file

    #49291
    Anonymous
    Inactive

    Thanks. 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!

    #49292
    Franky
    Keymaster

    table.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.

    #49293
    Anonymous
    Inactive

    Thanks for the Firebug tip. That’s very helpful!

    Rachel

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top