CHVDD Posted January 17 Share Posted January 17 Hi guys, Looking for anyone who can help me with the CSS code to change the background to black for the - select your timezone drop down - choose month in the calendar Photos attached. Would also like to change color of the text to white for both. Can anyone help please? Link to comment
paul2009 Posted January 17 Share Posted January 17 (edited) 17 minutes ago, CHVDD said: Looking for anyone who can help me with the CSS code to change the background to black Which Scheduling billing plan are you? You’ll need the Powerhouse plan to be able to add CSS to Scheduling. If you’re on the Powerhouse plan, please provide a link to the page. Edited January 17 by paul2009 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
CHVDD Posted January 19 Author Share Posted January 19 (edited) Hi Paul, Yes am on a Powerhouse plan. Link to the page: https://app.squarespacescheduling.com/schedule.php?owner=27699300 Basically I would like to make all backgrounds of the booking experience black and text #EBE8E1 I managed to do the calendar with the help code snippets on the help centre but not the choose your time zone and the choose your month containers. These are the things I managed to alter: .calendar { background-color: #000000; } .scheduleday.activeday { color: #C9F3A9; } .scheduleday { color: #EBE8E1; } Really appreciate the help! Edited January 19 by CHVDD Link to comment
tuanphan Posted January 26 Share Posted January 26 On 1/20/2023 at 6:39 AM, CHVDD said: Hi Paul, Yes am on a Powerhouse plan. Link to the page: https://app.squarespacescheduling.com/schedule.php?owner=27699300 Basically I would like to make all backgrounds of the booking experience black and text #EBE8E1 I managed to do the calendar with the help code snippets on the help centre but not the choose your time zone and the choose your month containers. These are the things I managed to alter: .calendar { background-color: #000000; } .scheduleday.activeday { color: #C9F3A9; } .scheduleday { color: #EBE8E1; } Really appreciate the help! Time zone/Month uses this CSS select#verify-timezone { background-color: black; color: #EBE8E1; } select#chooseMonthSched { background-color: black; color: #EBE8E1; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment