• I am using the Private Google Calendars for our HOA. Am struggling to figure out where I can managed the highlighted sections under the list view on the display. You can see when clicking on list view it is showing in blue and green make it unreadable. I was thinking on making a new csss and installing but not sure on the attributes to fix this. Or can I fix this in my wordpress theme?

    THanks ahead of time for making such a nice plugin and your help!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author michielve

    (@michielve)

    Hi, I’ve looked at the page and it seems that you are also using a plugin called Divi Event Calendar’ that is setting some CSS styles with ‘!important’ on the calendar and as a result overruling the CSS styles of the ‘Private Google Calendar’ plugin.

    So you could remove the Divi plugin.

    But if you can’t remove the Divi plugin, you can add some custom CSS. Maybe add something like this (make sure to add ‘!important’ because otherwise the Divi CSS won’t get overruled):

    .pgc-calendar-wrapper .fc-event {
    background-color: red !important;
    }

    Thread Starter klandersnitrox

    (@klandersnitrox)

    Thanks that worked very very well. I will play around with the colors to get it the way that we need it. Thanks you so much.

    One other quick questions. If I want to call a calendar and have it show the listview, can I do that through a shortcode?

    I have tried to use this and it is not showing the list view

    [pgc initial_view=”listWeek” pgc filter=”” theme=”pgc-light” eventpopup=”true” eventlink=”false” eventdescription=”true” eventlocation=”false” eventattendees=”false” eventattachments=”false” eventcreator=”false” eventcalendarname=”false” hidepassed=”false” hidefuture=”false” calendarids=”f39ac81b97d71c6569d5fca8496960e06d1b2dfe375d8dc74cc6b733beaa98df@group.calendar.google.com”]

    Thanks so much ahead of time

    Keith L

    Plugin Author michielve

    (@michielve)

    Hi, for me your shortcode is working like it should – see https://blog.michielvaneerd.nl/calendar-test/, so I don’t know why it doesn’t work for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Managing the calendar List colors’ is closed to new replies.