This was super helpful @luminate, though I had the same problem as @CristinaX - I could get the button to show, but couldn't get the calendly to pop up. I removed "background_color=A8D5E2&primary_color=1c6e8c" from the code and that allowed the Calendly pop up to appear when clicking the button.
However, now I'm having trouble customizing the button with my font and colors. I tried the Custom CSS @tuanphan suggested, and i see some of the changes (ie. yellow background showing up), but the grayish button from @luminate's code is still showing on top. Any ideas on how to change this?
url: https://thedoulaemily.com/home-1
Custom CSS code:
//customize calendly button
#block-yui_3_17_2_1_1678935751494_102600
{
border-radius: 7.2px;
font-family: 'Montserrat';
font-weight: 400;
letter-spacing: 0.2em;
font-size: 1rem;
text-transform: uppercase;
padding: 2px 40px;
background-color: #E2B02B;
}