• Resolved strech

    (@strech)


    i think the grey background of the gce-list-event is a little special, i mean this style don’t taste to a normal template. I will be happy if you remove the background and add a bold text style

    here the code
    google-calendar-events/css/gce-style.css line 30

    .gce-list-event,
    .gce-tooltip-event {
    font-weight: bold;
    /* background-color: #ddd;
    padding: 0 5px; */
    }

    https://www.ads-software.com/plugins/google-calendar-events/

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

    (@nickyoung87)

    The styles we have are just general default styles. We may update them in the future but it is not on our top priority list right now.

    You can easily overwrite the styles by adding what you would like to your theme’s stylesheet.

    So for your example you could just add:

    .gce-list-event,
    .gce-tooltip-event {
    background-color: none;
    padding: 0;
    }

    Since it is added to your theme stylesheet it will be safe when upgrading as well.

    Thanks!

    Thread Starter strech

    (@strech)

    Hey,

    plase change it. It would be very nice. I think styles don’t should be in a plugin, because it wouldn’t be match in every case. So please use only a bold format for the title.This would be very universal
    .gce-month-title,
    .gce-list-title {
    font-weight: bold;
    padding-bottom: 5px;
    }

    So i don’t have to change the style on every update.

    strech – If you add that to your theme’s stylesheet, it won’t be affected by the plugin updating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List Title change syle’ is closed to new replies.