Need Assistance with Calendly Embed Form Border in HubSpot Integration
We've integrated a Calendly embed form into our web application. However, we're encountering an issue with a thick black border appearing from the iframe of the HubSpot meeting link. As the border originates from the iframe, we're unable to manipulate it. Is there a way within HubSpot to adjust the CSS for this? Attached is a screenshot displaying the iframe with the black border.
Need Assistance with Calendly Embed Form Border in HubSpot Integration
Hey @ShubhamDogra thank you for posting in our Community!
Sometimes the border might be set within the iframe's content itself. If you have control over the content inside the iframe (such as the HTML page that Calendly is embedded into), you could adjust the CSS there. Although styling iframes directly from the parent page is limited, you can still apply some styles to the iframe element itself. Specifically, you can set the border of the iframe to none.