Skip to main content

Could you add an attribute that would help developers customize the form styles with their own CSS properties. Here is a simple way to implement it.

 

<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript"></script>
<div class="calendly-inline-widget" data-url="https://calendly.com/andry-heyreliable/30min?hide_gdpr_banner=1" style="height:700px;"  data-custom-css=”https://testsite.local/custom-styles.css”  ></div>

 

Just simple `data-custom-css`  will help to change styles of widget by having more strong priority

 

Hey Andry,

Currently, only background color, text color, and button color can be customized. As a workaround, you can use a tool like cloakist (or use your own reverse proxy) to inject a custom stylesheet into the scheduling page.

 

 


Ok, just simple example… How to scratch Calendly widget to  full screen ?

 

https://jsfiddle.net/a1jr5qms/1/

 

It’s simple task. Can I do it without reverse proxy ?


Reply