Skip to main content
Question

Embed form color variables differ from what was selected

  • April 28, 2025
  • 2 replies
  • 168 views

I created an inline embed widget and set the text color to white #fff. However, the color that renders based on the colorTextStandard variable is #dedede. 
 

Below is the script I’m using. You can find the widget at the bottom of wagginglabs.com

<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/wagginglabs/chat?hide_event_type_details=1&hide_gdpr_banner=1&background_color=162035&text_color=ffffff&primary_color=99eff1" style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->

 

2 replies

  • New Community Member
  • May 3, 2025

I am having the same issue > each time I change the colour in the code it reverts back to the Purple of the Calendly 


  • Author
  • Community Member
  • May 5, 2025

@Nina70138 I was able to resolve my issue. I believe it was a cookie and caching issue. I use Termageddon for cookie management and made Calendly an essential service which allowed me to hide the cookie banner. 

I embedded two forms on my website, one on the homepage and the other on the contact page. Both use different color values. I haven’t had the issue since I setup my cookie preferences this way. Hopefully this helps!