• Resolved prabir77

    (@prabir77)


    I have installed Simple Calendar and imported my Google calendar, but the title (month name) is not displayed. What have I done wrong?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rohit Singhal

    (@rosinghal)

    Hey @prabir77

    It is not hidden, it’s just that title’s colour is being set to white by the theme’s CSS.

    You can add the following CSS to override it

    .simcal-current-month, .simcal-current-year {
    color: black;
    }


    Thread Starter prabir77

    (@prabir77)

    Oh! Thank you so much!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Month title’ is closed to new replies.