chynna Posted September 15 Share Posted September 15 Hi there! I am working on a site for a client that also has Acuity's Powerhouse plan for scheduling, so we have access to the CSS panel in Acuity. We want to change the appearance of the calendar block when it is embedded on her website, mainly to remove some fields to simplify the appearance. I don't believe this can be done with any settings, so any advice for how to achieve this with CSS? The page we're working on is this: https://www.n2gether.co/schedule-your-mini-session What we would like to do: Top Priority Remove the location that shows (long story, but essentially its a Zoom link and clients get it in their confirmation and reminder emails so it doesn't need to show here) Would Be Nice Remove the "Redeem Coupon" button that appears after they've selected their session time Change the font color of the Session Description Change the font or just the font size of the Session Name (Mini Session in this case) so it stands out more As always, any help is appreciated! 🙂 Link to comment
tuanphan Posted September 17 Share Posted September 17 Location Can you take a screenshot? I don't see any.. Redeem Coupon Use this CSS a#show-redeem-certificate-code { display: none !important; } Session Description You mean this? Session name Use this code .selected-appointment-details h3 { font-size: 40px !important; } 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