Add a pop of color to your Gyde integration! 

Simply incorporate the 'gyIconColor' variable right after 'gy345cldi' in the integration script, and enter the hex code of your desired color to match your branding and marketing guidelines. 

Removing the 'gyIconColor' variable will default to Gyde's original question mark color.

With gyIconColor Code, your script will look like this -

<!-- start Gyde JS code--><script>var gy345cldi="yourAppId", gyIconColor="#your-color-code-with-hash", gy345theme="classic";!(function(s,t,a){(s1=s.createElement("script")),(s1.src="https://widget.gyde.ai/webintv2/scripts/js-files/GydeTrack.js"),(s1.async=!0),(e=s.getElementsByTagName(t)[0]),e.appendChild(s1),(s2=s.createElement("script")),(s2.src="https://widget.gyde.ai/webintv2/webWidget.js"),(s2.async=!0),(e=s.getElementsByTagName(t)[0]),e.appendChild(s2)})(document,"head",window)</script><!-- end Gyde JS code-->

Without gyIconColor Code, your script will look like this -

<!-- start Gyde JS code--><script>var gy345cldi="yourAppId",gy345theme="classic";!(function(s,t,a){(s1=s.createElement("script")),(s1.src="https://widget.gyde.ai/webintv2/scripts/js-files/GydeTrack.js"),(s1.async=!0),(e=s.getElementsByTagName(t)[0]),e.appendChild(s1),(s2=s.createElement("script")),(s2.src="https://widget.gyde.ai/webintv2/webWidget.js"),(s2.async=!0),(e=s.getElementsByTagName(t)[0]),e.appendChild(s2)})(document,"head",window)</script><!-- end Gyde JS code-->