Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    You will need to re-add the CSS to your theme’s stylesheet in order for the changes to show up.

    Thread Starter netgnat

    (@netgnat)

    Thanks Nick, I don’t know what the CSS was since it was lost in the update. If you know, please let me know what it is and how to put it back. Having the background in a color was just much more visible to the user than having the date in bold. Thank you!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Sorry there is no way for me to know what the CSS was.

    You can try something like this:

    .gce-tooltip-event {
    background: green;
    }

    Since the custom css is saved as a separate file in the plugins folder (probably named google-calendar-events-custom.css) you can still retrieve it. Upgrading the plugin does not delete it. You need an ftp program to find the file and then copy the contents over to style.css, which is in your theme folder.

    Thread Starter netgnat

    (@netgnat)

    Thank you. I found eh CSS code Ross Haney sent me and added it to the file and it works great! Many thanks to everyone!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘lost formatting when updated’ is closed to new replies.