Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2551
    Mike Wilczynski
    Participant

    Hi all,
    the plugin is really great, but I’ve found stacked I could not change the background colour for the calendar widget put to the footer in the Sixteen theme. I can manipulate with everything but not with the calendar object. Any idea? Thanks

    #2552
    Bartosz
    Keymaster

    Thanks Mike :) please post a link to your site – we’ll check the problem you have.

    #2553
    Mike Wilczynski
    Participant

    Thanks for your quick reply.
    The testing website is http://4oceans.studioim.cba.pl
    Cheers

    #2554
    Bartosz
    Keymaster

    I see no issues – just used .widget_events_maker_calendar_widget { background: #fff; } and it worked.

    #2580
    Mike Wilczynski
    Participant

    Thanks Bartosz! Probably documentation is too sophisticated for my level of wp’s knowledge.

    #2589
    Mike Wilczynski
    Participant

    One more question: I’d like to change colours in the calendar widget for the active, hover but the syntax
    .widget_events_maker_calendar_widget a { color: #951f1f; }
    doesn’t work :(
    Any help appreciated

    #2591
    Bartosz
    Keymaster

    Mike, you need to override the default CSS shipping with the plugin. Adding body or any other parent selector class or ID should be enough.

    Or you may just add !important like that: color: #951f1f !important;

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.