• Resolved screenprintr

    (@screenprintr)


    Dear sir,

    I’m a novice using WordPress. I’ll come straight and to the point. Is there a way to change the grid lines color?

    Trying to change the background on the theme, to accommidate for the grid lines, but can’t seem to find it either.

    theRedOven.com/Calendar the grid lines are a light gray. I’d like to be able to change them to something that would appear against the background.

    Thank you in advance

    https://wordpress.org/plugins/google-calendar-events/

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

    (@nickyoung87)

    You will just need to add some CSS to your theme’s stylesheet. Something like this:

    .gce-page-grid .gce-calendar th {
    border: 2px solid #f00; // change border to red
    }

    .gce-page-grid .gce-calendar td {
    border: 2px solid #f00; // change border to red
    }

    Plugin Contributor Nick Young

    (@nickyoung87)

    Assuming my last response got you where you needed. Marking resolved, but please let me know if there is anything else I can do to help you.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google Calendar Grid Colors’ is closed to new replies.