I would like to change the font on this button to Poppins. Could I have the Custom CSS code for this?
1 Like
Hi there
Sure, here is the code you need to add to the Custom CSS field on the Design tab:
.global-styles,
.es-button-floating-button,
[class*="eapps-button"] [class*="ButtonBase__ButtonContainer"] {
font-family: 'Poppins', sans-serif !important;
}
Keep in mind that this font should be also added to the page where the widget is installed.
Check it out and let me know how it worked