IFrame Title Font Size

That's interesting... the height stays the same for me.

Try this to update the font size and height for all popups:

.ia_popup__header {
	font-size: 24px;
}

.client-root .popup .popup-header {
    height: 50px;
}
1 Like