• Resolved lumina2023

    (@lumina2023)


    Hi,

    I’m tried all css to customize the calendar and disply the month and year but it didn’t work, in addition to the days row is in black, I want to change the font to white.

    Please help.

    Lumina

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Mike Kipruto

    (@mkipruto)

    Hey @lumina2023, I am sorry for any inconvenience!

    Currently, we don’t have any built-in way to change the styling but it could be achieved using custom CSS. All of the elements on the calendar are conveniently named to be targetable by CSS selectors using either the class name or ID (If assigned).

    To change the font color to white you can use the following CSS:

    #sc_calendar,
    #sc_events_calendar_head select,
    #sc_events_calendar_head input,
    #sc_event_nav_next .sc_calendar_submit,
    #sc_event_nav_prev .sc_calendar_submit,
    #sc_calendar td.calendar-day .sc_day_div *{
        color: #FFFFFF !important;
    }

    I will be happy to advise on the same but it seems the link to the page where the Calendar is embedded not loading on my end (https://a.supportally.com/i/TPuman).

    When you get some time, could you please take a look and let me know how it goes?

    Thanks!

    Plugin Support Mike Kipruto

    (@mkipruto)

    Hey @lumina2023,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

    Thread Starter lumina2023

    (@lumina2023)

    Hi @mkipruto,

    Sorry i didn’t get a notification that you reply.

    Now you can enter the website and check. I tried the CSS and input it in the plugin setting but didn’t work, I add it in customize -> additional CSS and also didn’t work,

    where shall I put CSS? and how to show the month and year in the calendar?

    Regards

    Plugin Support Mike Kipruto

    (@mkipruto)

    Hey @lumina2023,

    I visited the original link, and I can see that the calendars are not made using the Sugar Calendar plugin but the Formidable Forms plugin as shown here.

    I apologize as customizations like this are outside of our scope for support. Please get in touch with the Formidable team here for further assistance on this.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar not displaying Month & Year’ is closed to new replies.