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

    (@nickyoung87)

    Looks like it might be an issue with your theme CSS overriding the defaults. If you select the boxes in the footer you can see that they will get highlighted.

    There is a line in the CSS that is causing this:

    footer#footer {
        color: #fafafa!important;
        ...
    }

    That is what is changing it around, so you can modify that to a color you would like (or maybe just even remove the !important to see if it helps).

    That should get you in the right direction at least.

    Thanks!

    Thread Starter tommywik

    (@tommywik)

    Oops! So it really WAS a color issue after all!!!

    Anyway, you are quite right! I tried changing the color code in the Console, and then the abbreviated days names were clearly visible.
    Now I just have to figure out how to make it permanent. If I should use a child theme or if I should try to get the theme author to make the changes needed. Think I will do the latter, because that would be beneficial for other users too.

    Thanks a lot for your help Nick!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Hey no problem glad you are getting it worked out now!

    If you ever need any other help don’t hesitate to let us know.

    Thanks!

    P.S. If you get a chance would you mind leaving a plugin review (if you haven’t already)? It helps a ton.

    https://wordpress.org/support/view/plugin-reviews/google-calendar-events#postform

    Thread Starter tommywik

    (@tommywik)

    Gave a review 21/08/2013, and I’m still of the same opinion!
    Just love this plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Short form of days names not showing in upper row of grid’ is closed to new replies.