• Resolved getgolfed

    (@getgolfed)


    One of the forms I am using has a date section where the user must select a date from the pop up calendar. However, the calendar is almost a transparent white and is incredibly difficult to see on my site. The form can be found at https://www.therouteexchange.com/listing-agreement/ Is there any way to adjust the colors so that the background of the calendar is black or something other than white? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, you might like to read the following support thread. Let me know if this helps you.

    Kind regards

    Thread Starter getgolfed

    (@getgolfed)

    Thank you. I am using the Schema theme which does have a section for Custom CSS. I added the code from that thread…

    #epoch_popup1_4_calendar {
    background-color: blue;
    }

    but the calendar is still transparent. I tried doing “#epoch_popup1_3_calendar” and several other numbers wondering if that had anything to do with it. No luck. My form is at https://www.TheRouteExchange.com/listing-agreement

    Hi, in your site you have the following two CSS ID. One is for the header of your calendar and the other is for the calendar body.

    #epoch_popup4_6_caldayheading
    #epoch_popup4_6_cell_td

    Can you try again using the above two ID’s.

    Kind regards

    • This reply was modified 7 years, 4 months ago by mbrsolution.
    Thread Starter getgolfed

    (@getgolfed)

    That did it. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar Date Selection Colors’ is closed to new replies.