• Resolved Pewit

    (@pewit)


    I am using the Simple Custom CSS plugin to try to change the font color of the dates in the calendar grid and have added the following custom CSS

    .gce-page-grid .gce-calendar .gce-day-number{ /* Day number span */
    font-color:#800000
    }
    However when I inspect the element in Firefox I can see that the color is set by the gce stylesheet:
    gce-style.css:17 .gce-page-grid

    How can I get it to apply the custom CSS?

    Here is a link to the page with the calendar

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

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

    (@nickyoung87)

    The problem actually lies within your CSS.

    font-color is not a CSS keyword and you should just use color instead when changing the color of text.

    That should fix your issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot get custom CSS to change display color’ is closed to new replies.