CHVDD Posted January 17, 2023 Share Posted January 17, 2023 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, 2023 Share Posted January 17, 2023 (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, 2023 by paul2009 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
CHVDD Posted January 19, 2023 Author Share Posted January 19, 2023 (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, 2023 by CHVDD Link to comment
tuanphan Posted January 26, 2023 Share Posted January 26, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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