Reply To: Multiple calendars
Home › Pro Support Forums › CSS and Design › Multiple calendars › Reply To: Multiple calendars
September 28, 2023 at 9:45 am
#7410
Keymaster
Yes, you will probably need to use custom CSS in this situation, since the Customizer styling applies across the board to any calendars on the site.
The easiest way to do this would be to give each of your calendars an ID Attribute. Assuming you’re using the Calendar Builder or the ICS Calendar Block, you can find that field under the Advanced tab. If you’re manually creating the shortcode, the parameter name is guid.
Once you’ve given each calendar an ID, you can use the .ics-calendar#guid
CSS selector to target just that calendar with specific styling. (Be sure to replace guid
with the actual ID you created, of course.)