As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2552031
Booking calendar font hard to read
Closed

Comments

  •  1
    Stefan Szo started the conversation

    Hi, I would like to change the font weight and size in the booking calendar. It is very hard to read. Contrast is important! Especially for accessibility.

    In particular, the available days MUST stand out clearly. Default settings do not cut it.

    I have tried targeting the type in the calendar with CSSHero but still cannot make it brighter and bolder. Can you please assist! I want the font weight for available dates to be VERY clear - maximum font weight - 900 or similar.

    Thanks.

  • [deleted] replied

    Hello Stefan, 

    This can be done with adding custom CSS, only. 

    Please try adding this CSS: 

    For the font-size of the dates

    .c-day-content {font-size: 15px !important;}

    I provided 15px as an example you can change it to whatever size you want. 

    or try this one for the font weight: 

    #am-calendar-picker > div > div.c-day-content-wrapper > div > div {font-weight: bold !important;}

    I set it to bold, you can change it as well.

    And let me know if it helps